* src/*/ralloc.c: removed IS_OP_RUONLY macro
[fw/sdcc] / support / regression / tests / bug1838000.c
index eb54db930f465902060ca65accde03bc2f6a4f3a..5bafa2f1efd4d68e62600fcbdbfb9909ecc32e6f 100644 (file)
@@ -4,13 +4,6 @@
 \r
 #include <testfwk.h>\r
 \r
-#ifdef SDCC\r
- #include <sdcc-lib.h>\r
-#else\r
- #define _AUTOMEM\r
- #define _STATMEM\r
-#endif\r
-\r
 typedef struct { char b:1; } t;\r
 t glbl = { 0 };\r
 t _STATMEM * gp = &glbl;\r