[Z88dk-commits] CVS: z88dk/include/_DEVELOPMENT/alloc balloc.h, 1.3,
Posted: Tue Apr 01, 2014 4:57 pm
Update of /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26893/alloc
Modified Files:
balloc.h malloc.h obstack.h
Log Message:
#if is needed to evaluate expressions
Index: balloc.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc/balloc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** balloc.h 1 Apr 2014 05:45:33 -0000 1.3
--- balloc.h 1 Apr 2014 16:57:48 -0000 1.4
***************
*** 5,9 ****
#include <_DEVELOPMENT/stddef.h>
! #ifdef __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
--- 5,9 ----
#include <_DEVELOPMENT/stddef.h>
! #if __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
***************
*** 38,40 ****
--- 38,41 ----
#endif
+
#endif
Index: malloc.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc/malloc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** malloc.h 1 Apr 2014 05:45:33 -0000 1.3
--- malloc.h 1 Apr 2014 16:57:48 -0000 1.4
***************
*** 5,9 ****
#include <_DEVELOPMENT/stddef.h>
! #ifdef __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
--- 5,9 ----
#include <_DEVELOPMENT/stddef.h>
! #if __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
***************
*** 160,162 ****
--- 160,163 ----
#endif
+
#endif
Index: obstack.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc/obstack.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** obstack.h 1 Apr 2014 05:45:33 -0000 1.3
--- obstack.h 1 Apr 2014 16:57:48 -0000 1.4
***************
*** 14,18 ****
};
! #ifdef __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
--- 14,18 ----
};
! #if __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
***************
*** 101,103 ****
--- 101,104 ----
#endif
+
#endif
------------------------------------------------------------------------------
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv26893/alloc
Modified Files:
balloc.h malloc.h obstack.h
Log Message:
#if is needed to evaluate expressions
Index: balloc.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc/balloc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** balloc.h 1 Apr 2014 05:45:33 -0000 1.3
--- balloc.h 1 Apr 2014 16:57:48 -0000 1.4
***************
*** 5,9 ****
#include <_DEVELOPMENT/stddef.h>
! #ifdef __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
--- 5,9 ----
#include <_DEVELOPMENT/stddef.h>
! #if __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
***************
*** 38,40 ****
--- 38,41 ----
#endif
+
#endif
Index: malloc.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc/malloc.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** malloc.h 1 Apr 2014 05:45:33 -0000 1.3
--- malloc.h 1 Apr 2014 16:57:48 -0000 1.4
***************
*** 5,9 ****
#include <_DEVELOPMENT/stddef.h>
! #ifdef __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
--- 5,9 ----
#include <_DEVELOPMENT/stddef.h>
! #if __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
***************
*** 160,162 ****
--- 160,163 ----
#endif
+
#endif
Index: obstack.h
===================================================================
RCS file: /cvsroot/z88dk/z88dk/include/_DEVELOPMENT/alloc/obstack.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** obstack.h 1 Apr 2014 05:45:33 -0000 1.3
--- obstack.h 1 Apr 2014 16:57:48 -0000 1.4
***************
*** 14,18 ****
};
! #ifdef __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
--- 14,18 ----
};
! #if __SDCC | __SDCC_IX | __SDCC_IY
// SDCC
***************
*** 101,103 ****
--- 101,104 ----
#endif
+
#endif
------------------------------------------------------------------------------