diff src/buffer.h @ 1726:a8d8f419b459

[xemacs-hg @ 2003-09-30 15:26:34 by james] Add type information to xfree to avoid alias creation.
author james
date Tue, 30 Sep 2003 15:27:01 +0000
parents e22b0213b713
children ba4677f54a05
line wrap: on
line diff
--- a/src/buffer.h	Mon Sep 29 21:53:04 2003 +0000
+++ b/src/buffer.h	Tue Sep 30 15:27:01 2003 +0000
@@ -1167,7 +1167,7 @@
 #define BUFFER_REALLOC(data,size)\
 	((Ibyte *) xrealloc (data, (size) * sizeof(Ibyte)))
 /* Avoid excess parentheses, or syntax errors may rear their heads. */
-#define BUFFER_FREE(data) xfree (data)
+#define BUFFER_FREE(data) xfree (data, Ibyte *)
 #define R_ALLOC_DECLARE(var,data)
 
 #endif /* !REL_ALLOC */