diff options
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-alloc.c')
-rw-r--r-- | editors/xemacs-devel-mule/files/patch-alloc.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-alloc.c b/editors/xemacs-devel-mule/files/patch-alloc.c deleted file mode 100644 index 5041461ccc60..000000000000 --- a/editors/xemacs-devel-mule/files/patch-alloc.c +++ /dev/null @@ -1,16 +0,0 @@ -Index: src/alloc.c -=================================================================== -RCS file: /pack/xemacscvs/XEmacs/xemacs/src/alloc.c,v -retrieving revision 1.106 -diff -u -r1.106 alloc.c ---- src/alloc.c 2005/02/03 16:14:04 1.106 -+++ src/alloc.c 2005/02/23 00:01:18 -@@ -349,7 +349,7 @@ - - #else /* ERROR_CHECK_MALLOC */ - --#define MALLOC_BEGIN(block) -+#define MALLOC_BEGIN() - #define FREE_OR_REALLOC_BEGIN(block) - #define MALLOC_END() - |