Mercurial > hg > xemacs-beta
comparison src/lisp.h @ 970:0dc7756a58c4
[xemacs-hg @ 2002-08-22 11:31:39 by stephent]
fix GCPRO in do_autoload <871y8rnndk.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Thu, 22 Aug 2002 11:31:43 +0000 |
parents | c925bacdda60 |
children | 2ec85ed291da |
comparison
equal
deleted
inserted
replaced
969:d41e92ee6d12 | 970:0dc7756a58c4 |
---|---|
3978 int record_unwind_protect (Lisp_Object (*) (Lisp_Object), Lisp_Object); | 3978 int record_unwind_protect (Lisp_Object (*) (Lisp_Object), Lisp_Object); |
3979 int record_unwind_protect_freeing (void *ptr); | 3979 int record_unwind_protect_freeing (void *ptr); |
3980 int record_unwind_protect_freeing_dynarr (void *ptr); | 3980 int record_unwind_protect_freeing_dynarr (void *ptr); |
3981 int internal_bind_int (int *addr, int newval); | 3981 int internal_bind_int (int *addr, int newval); |
3982 int internal_bind_lisp_object (Lisp_Object *addr, Lisp_Object newval); | 3982 int internal_bind_lisp_object (Lisp_Object *addr, Lisp_Object newval); |
3983 void do_autoload (Lisp_Object, Lisp_Object); | 3983 void do_autoload (Lisp_Object, Lisp_Object); /* GCPROs both arguments */ |
3984 Lisp_Object un_autoload (Lisp_Object); | 3984 Lisp_Object un_autoload (Lisp_Object); |
3985 void warn_when_safe_lispobj (Lisp_Object, Lisp_Object, Lisp_Object); | 3985 void warn_when_safe_lispobj (Lisp_Object, Lisp_Object, Lisp_Object); |
3986 void warn_when_safe (Lisp_Object, Lisp_Object, const CIbyte *, | 3986 void warn_when_safe (Lisp_Object, Lisp_Object, const CIbyte *, |
3987 ...) PRINTF_ARGS (3, 4); | 3987 ...) PRINTF_ARGS (3, 4); |
3988 | 3988 |