]> git.gag.com Git - fw/sdcc/blobdiff - device/include/stdbool.h
* as/mcs51/aslink.h: completed lkrloc.c prototypes
[fw/sdcc] / device / include / stdbool.h
index 8d7d01b20893743dca002a2cc9dd6915ca4d114d..ea6832168091e07fc90b14d837136183d0ef643c 100644 (file)
@@ -28,8 +28,7 @@
 #define false 0
 #define __bool_true_false_are_defined 1
 
-#if defined (SDCC_STACK_AUTO) || defined (SDCC_hc08) || defined (SDCC_z80)
- //as long as bit/bool cannot be used reentrant
+#if defined (SDCC_ds390) || defined (SDCC_hc08) || defined (SDCC_z80) || defined (SDCC_gbz80)
  #define BOOL char
 #else
  #define BOOL __bit