[Z88dk-commits] CVS: z88dk/include/_DEVELOPMENT/arch spectrum.h, 1.4,

Bridge to the z88dk-commits mailing list
Post Reply
alvin

[Z88dk-commits] CVS: z88dk/include/_DEVELOPMENT/arch spectrum.h, 1.4,

Post by alvin »

Update of /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/arch
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26893/arch

Modified Files:
spectrum.h
Log Message:
#if is needed to evaluate expressions

Index: spectrum.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/arch/spectrum.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** spectrum.h 1 Apr 2014 05:45:33 -0000 1.4
--- spectrum.h 1 Apr 2014 16:57:48 -0000 1.5
***************
*** 26,30 ****
#define FLASH 0x80

! #ifdef __SDCC | __SDCC_IX | __SDCC_IY

// SDCC
--- 26,30 ----
#define FLASH 0x80

! #if __SDCC | __SDCC_IX | __SDCC_IY

// SDCC
***************
*** 171,173 ****
--- 171,174 ----

#endif
+
#endif


------------------------------------------------------------------------------
Post Reply