*** empty log message ***
[fw/sdcc] / src / common.h
index 70ac2ebd6915404bae2af9cf3eb68e500bcb8b79..0909e7dce993176f972803d55171ff61b45878e1 100644 (file)
@@ -4,6 +4,12 @@
 #include <string.h>
 #include <assert.h>
 
+#if defined(__APPLE__) && (__MACH__)
+#ifdef _G
+#undef _G
+#endif
+#endif
+
 #include "SDCCglobl.h"
 #include "SDCCmem.h"
 #include "SDCCast.h"
@@ -26,3 +32,5 @@
 
 #include "asm.h"
 #include "port.h"
+
+#include "newalloc.h"