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, 16 insertions, 0 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-alloc.c b/editors/xemacs-devel-mule/files/patch-alloc.c new file mode 100644 index 000000000000..5041461ccc60 --- /dev/null +++ b/editors/xemacs-devel-mule/files/patch-alloc.c @@ -0,0 +1,16 @@ +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() + |
