From: Gerd Moellmann Date: Fri, 5 Nov 1999 21:30:57 +0000 (+0000) Subject: Add prototypes for new functions in bytecode.c. X-Git-Tag: emacs-pretest-21.0.90~6160 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35c7a97438b93cf25944a317d5f950e785858d17;p=emacs.git Add prototypes for new functions in bytecode.c. Add extern declaration for byte_stack_list. --- diff --git a/src/lisp.h b/src/lisp.h index 66ef6a5eb97..15bd4664afe 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2650,6 +2650,9 @@ extern int read_bytecode_char P_ ((int)); extern Lisp_Object Qbytecode; EXFUN (Fbyte_code, 3); extern void syms_of_bytecode P_ ((void)); +extern struct byte_stack *byte_stack_list; +extern void mark_byte_stack P_ ((void)); +extern void relocate_byte_pcs P_ ((void)); /* defined in macros.c */ extern Lisp_Object Qexecute_kbd_macro;