1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/meqcc/files/patch-l_memory.c
2005-01-16 12:19:15 +00:00

25 lines
436 B
C

--- l_memory.c.orig Sat Jan 15 20:19:09 2005
+++ l_memory.c Sat Jan 15 20:19:04 2005
@@ -10,11 +10,12 @@
// Tab Size: 3
//===========================================================================
-#include <malloc.h>
+#include <stdlib.h>
#include "qcc.h"
#include "l_log.h"
+#if 0
/*
=================
MemorySize
@@ -31,6 +32,7 @@
#endif
#endif
} //end of the function MemorySize
+#endif
/*
=================