From: Gerd Moellmann Date: Sun, 19 Sep 1999 21:46:45 +0000 (+0000) Subject: Add prototype for r_re_alloc. X-Git-Tag: emacs-pretest-21.0.90~6679 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6bfc58e91e3a54e1c3e02602e3a75af12a0eed56;p=emacs.git Add prototype for r_re_alloc. --- diff --git a/src/buffer.h b/src/buffer.h index 1323541c537..655c68e5671 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -851,6 +851,7 @@ extern Lisp_Object Vtransient_mark_mode; extern char *r_alloc P_ ((char **, unsigned long)); extern void r_alloc_free P_ ((char **ptr)); +extern char *r_re_alloc P_ ((char **, unsigned long)); #define BUFFER_ALLOC(data,size) \ ((unsigned char *) r_alloc ((char **)&data, (size)))