Mercurial > emacs
changeset 3539:a9b1e2a5523b
Don't declare malloc or realloc.
(Vinhibit_read_only): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 07 Jun 1993 05:32:28 +0000 |
parents | f53bcee8d914 |
children | c14c0f2954fd |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Mon Jun 07 05:31:40 1993 +0000 +++ b/src/lisp.h Mon Jun 07 05:32:28 1993 +0000 @@ -1135,7 +1135,7 @@ extern Lisp_Object Fchar_to_string (); /* defined in buffer.c */ -extern Lisp_Object Vbuffer_alist; +extern Lisp_Object Vbuffer_alist, Vinhibit_read_only; extern Lisp_Object Fget_buffer (), Fget_buffer_create (), Fset_buffer (); extern Lisp_Object Fbarf_if_buffer_read_only (); extern Lisp_Object Fcurrent_buffer (), Fswitch_to_buffer (), Fpop_to_buffer (); @@ -1295,7 +1295,6 @@ extern void debugger (); -extern void *malloc (), *realloc (); extern char *getenv (), *ctime (), *getwd (); extern long *xmalloc (), *xrealloc (); extern void xfree ();