From: Stefan Monnier Date: Sun, 6 Jul 2003 19:29:04 +0000 (+0000) Subject: (mark_object): Change prototype to only pass Lisp_Object. X-Git-Tag: ttn-vms-21-2-B4~9476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7c88bf91d540e950b69c58e76cd073d069395541;p=emacs.git (mark_object): Change prototype to only pass Lisp_Object. --- 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 *)); 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);