From: Gerd Moellmann Date: Sun, 7 Nov 1999 22:44:23 +0000 (+0000) Subject: Add prototype for unmark_byte_stack. X-Git-Tag: emacs-pretest-21.0.90~6153 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e6e83b3ea5c7a1b73a8c9ba6768aa31f6489e58;p=emacs.git Add prototype for unmark_byte_stack. --- diff --git a/src/lisp.h b/src/lisp.h index 15bd4664afe..6e0a6db7138 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -2652,7 +2652,7 @@ 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)); +extern void unmark_byte_stack P_ ((void)); /* defined in macros.c */ extern Lisp_Object Qexecute_kbd_macro;