diff src/lisp.h @ 26377:55f8aad5034d

Add prototype for unmark_byte_stack.
author Gerd Moellmann <gerd@gnu.org>
date Sun, 07 Nov 1999 22:44:23 +0000
parents 9f71d570068d
children c3c9cc1c2379
line wrap: on
line diff
--- a/src/lisp.h	Sun Nov 07 22:44:06 1999 +0000
+++ b/src/lisp.h	Sun Nov 07 22:44:23 1999 +0000
@@ -2652,7 +2652,7 @@
 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;