]> git.eshelyaron.com Git - emacs.git/commitdiff
(mark_object): Change prototype to only pass Lisp_Object.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 6 Jul 2003 19:29:04 +0000 (19:29 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 6 Jul 2003 19:29:04 +0000 (19:29 +0000)
src/lisp.h

index e6a4634f02bd8ef6543c070c07a16b48fec0f726..997120ff9586ac378110dac8489c4fbe04fd2b76 100644 (file)
@@ -2435,7 +2435,7 @@ extern void malloc_warning P_ ((char *));
 extern void memory_full P_ ((void));
 extern void buffer_memory_full P_ ((void));
 extern int survives_gc_p P_ ((Lisp_Object));
-extern void mark_object P_ ((Lisp_Object *));
+extern void mark_object P_ ((Lisp_Object));
 extern Lisp_Object Vpurify_flag;
 extern Lisp_Object Vmemory_full;
 EXFUN (Fcons, 2);