From 6bfc58e91e3a54e1c3e02602e3a75af12a0eed56 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 19 Sep 1999 21:46:45 +0000 Subject: [PATCH] Add prototype for r_re_alloc. --- src/buffer.h | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.39.5