Mercurial > emacs
diff src/lisp.h @ 51766:eee1bdf9de54
(mark_object): Change prototype to only pass Lisp_Object.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Sun, 06 Jul 2003 19:29:04 +0000 |
| parents | 10665ce5f760 |
| children | b4397c0420d4 |
line wrap: on
line diff
--- a/src/lisp.h Sun Jul 06 19:09:10 2003 +0000 +++ b/src/lisp.h Sun Jul 06 19:29:04 2003 +0000 @@ -2435,7 +2435,7 @@ 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);
