aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h1
1 files changed, 1 insertions, 0 deletions
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;
851 851
852extern char *r_alloc P_ ((char **, unsigned long)); 852extern char *r_alloc P_ ((char **, unsigned long));
853extern void r_alloc_free P_ ((char **ptr)); 853extern void r_alloc_free P_ ((char **ptr));
854extern char *r_re_alloc P_ ((char **, unsigned long));
854 855
855#define BUFFER_ALLOC(data,size) \ 856#define BUFFER_ALLOC(data,size) \
856 ((unsigned char *) r_alloc ((char **)&data, (size))) 857 ((unsigned char *) r_alloc ((char **)&data, (size)))