* support/regression/fwk/testfwk.h:
[fw/sdcc] / support / regression / fwk / include / testfwk.h
index 1e5d581baf069e08d89946524b8fa98c7dad73d0..5e9c19a356057becd5f1dc1b630b4103738ef92d 100644 (file)
@@ -27,6 +27,7 @@ void __printf(const char *szFormat, ...);
 # define near
 # define far
 # define at(x)
+# define reentrant
 #endif
 
 #if defined(SDCC_hc08)
@@ -37,6 +38,7 @@ void __printf(const char *szFormat, ...);
 #if defined(SDCC_pic16)
 # define idata data
 # define xdata data
+# define pdata data
 #endif
 
 void __fail(code const char *szMsg, code const char *szCond, code const char *szFile, int line);