diff options
| author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-25 21:01:20 +0000 |
|---|---|---|
| committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-25 21:01:20 +0000 |
| commit | d0a0b05788691f0282278b31dbe0ec7ca4481445 (patch) | |
| tree | a4f9ff0ca189f54b8c26e6580191311b3ae8820a /editors/xemacs-devel-mule/files/patch-alloc.c | |
| parent | - Fix fetch (diff) | |
- Update to 21.5.b19 "chives"
- It fix VuXML ID: 3e3c860d-7dae-11d9-a9e7-0001020eed82
- Pass maintainership to submitter
PR: ports/75450
Submitted by: Andrey Slusar <anray (at) inet.ua>
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() + |
