New Memory Allocation functions
[fw/sdcc] / as / z80 / aslist.c
index d65660fe238fd4dc4b06620e1c9b0c16c632de75..2c006cb3d1414cd37dc9ac36706f693c8da34573 100644 (file)
@@ -17,6 +17,7 @@
 #include <setjmp.h>
 #include <string.h>
 
+//#include "newalloc.h"
 #if defined(_MSC_VER)
 #include <malloc.h>
 #else