]> andersk Git - splint.git/blobdiff - lib/posix.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / lib / posix.h
index 924efa8d2951243d3f17f95e3f03b883d2dc7014..2706e2dcdc998d70375c24db12bdb8a89ab1df1b 100644 (file)
@@ -424,10 +424,10 @@ struct stat {
 
 # ifdef STRICT
 /*@notfunction@*/
-# define SBOOLINT lltX_bool /*@alt int@*/
+# define SBOOLINT _Bool /*@alt int@*/
 # else
 /*@notfunction@*/
-# define SBOOLINT lltX_bool           
+# define SBOOLINT _Bool           
 # endif
 
 extern SBOOLINT S_ISBLK (/*@sef@*/ mode_t m) /*@*/ ;
This page took 0.032818 seconds and 4 git commands to generate.