diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index e6a4634f02b..997120ff958 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2435,7 +2435,7 @@ extern void malloc_warning P_ ((char *)); | |||
| 2435 | extern void memory_full P_ ((void)); | 2435 | extern void memory_full P_ ((void)); |
| 2436 | extern void buffer_memory_full P_ ((void)); | 2436 | extern void buffer_memory_full P_ ((void)); |
| 2437 | extern int survives_gc_p P_ ((Lisp_Object)); | 2437 | extern int survives_gc_p P_ ((Lisp_Object)); |
| 2438 | extern void mark_object P_ ((Lisp_Object *)); | 2438 | extern void mark_object P_ ((Lisp_Object)); |
| 2439 | extern Lisp_Object Vpurify_flag; | 2439 | extern Lisp_Object Vpurify_flag; |
| 2440 | extern Lisp_Object Vmemory_full; | 2440 | extern Lisp_Object Vmemory_full; |
| 2441 | EXFUN (Fcons, 2); | 2441 | EXFUN (Fcons, 2); |