mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
- It fix VuXML ID: 3e3c860d-7dae-11d9-a9e7-0001020eed82 - Pass maintainership to submitter PR: ports/75450 Submitted by: Andrey Slusar <anray (at) inet.ua>
16 lines
440 B
C
16 lines
440 B
C
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()
|
|
|