Mercurial > emacs
changeset 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 | 0b77dff686e7 |
children | 327b4f3daf30 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);