]> git.gag.com Git - fw/sdcc/blobdiff - device/lib/_mullong.c
Changed _xdata, _near, etc and removed _generic from library files
[fw/sdcc] / device / lib / _mullong.c
index de42c9b0e252428e204c72fd8375a4630bc55781..8ced7e575587281d884f78162bf13878257d2776 100644 (file)
@@ -476,11 +476,11 @@ union bil {
         struct { unsigned char b0; unsigned int i12; unsigned char b3;} bi;
 } ;
 #if defined(SDCC_MODEL_LARGE) || defined (SDCC_ds390)
-#define bcast(x) ((union bil _xdata *)&(x))
+#define bcast(x) ((union bil xdata *)&(x))
 #elif defined(__z80) || defined(__gbz80)
 #define bcast(x) ((union bil *)&(x))
 #else
-#define bcast(x) ((union bil _near  *)&(x))
+#define bcast(x) ((union bil near *)&(x))
 #endif
 
 /*