Mercurial > emacs
changeset 26377:55f8aad5034d
Add prototype for unmark_byte_stack.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sun, 07 Nov 1999 22:44:23 +0000 |
parents | 6706cd0ece4d |
children | cbf297593a79 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;