]> git.eshelyaron.com Git - emacs.git/commitdiff
Add prototype for unmark_byte_stack.
authorGerd Moellmann <gerd@gnu.org>
Sun, 7 Nov 1999 22:44:23 +0000 (22:44 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 7 Nov 1999 22:44:23 +0000 (22:44 +0000)
src/lisp.h

index 15bd4664afe80c9f277f1abf82a41ce3ed54c6e5..6e0a6db7138a10e028cd6aabccc7b5cf334b77c0 100644 (file)
@@ -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;