[M3commit] CVS Update: cm3
Jay Krell
jkrell at elego.de
Fri Aug 28 05:54:38 CEST 2009
CVSROOT: /usr/cvs
Changes by: jkrell at birch. 09/08/28 05:54:38
Modified files:
cm3/m3-sys/m3gdb/gdb/gdb/: Tag: release_branch_cm3_5_8
buildsym.c m3-bool.h m3-eval.c
m3-exp.c m3-lang.c m3-lang.h
m3-threads.c m3-token.c
m3-typeprint.c m3-uid.c m3-uid.h
m3-util.c m3-util.h m3-valprint.c
m3-valprint.h
cm3/m3-sys/m3gdb/gdb/gdb/basement/: Tag: release_branch_cm3_5_8
m3-subtypes.c
cm3/m3-sys/m3gdb/gdb/gdb/save/: Tag: release_branch_cm3_5_8
m3-exp.c m3-lang.c m3-lang.h
m3-subtypes.c m3-token.c
m3-valprint.c
Log message:
We can't use stdbool.h. It breaks on Solaris.
We can't define bool/true/false ourselves. That breaks e.g. on Linux/AMD64.
Maybe under #ifdef?
Let's try BOOL/TRUE/FALSE.
If that fails, probably m3bool/m3true/m3false.
More information about the M3commit
mailing list