]> andersk Git - splint.git/blobdiff - src/Headers/constants.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / Headers / constants.h
index 539e9a7ee0702a332c4c20c0af2f885c8fd49c40..9c0ef2af648484bc4218a83ad37a64523240b0d0 100644 (file)
 # define PFX_ANYLETTERDIGIT '/'
          
 /*
-** Note: this name is wired into ansi.h!
+** _Bool is defined by ISO C99 (replaced old lltx_Bool)
 */
 
 /*@constant observer char *DEFAULT_BOOLTYPE;@*/
-# define DEFAULT_BOOLTYPE "lltX_bool"
+# define DEFAULT_BOOLTYPE "_Bool"
 
 /*@constant observer char *PRAGMA_EXPAND; @*/
 # define PRAGMA_EXPAND "expand"
This page took 0.036908 seconds and 4 git commands to generate.