]> andersk Git - splint.git/blobdiff - src/Headers/forwardTypes.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / Headers / forwardTypes.h
index 396363868f1909330aa5f695daf74fc4fedd6aa5..aef68f522e7e5fb316a94e8c2f33185016802393 100644 (file)
@@ -1,9 +1,7 @@
 # ifndef FORWARDTYPES_H
 # define FORWARDTYPES_H
 
-# ifndef NOLCL
 # include "lclForwardTypes.h"
-# endif
 
 abst_typedef /*@null@*/ struct s_sRef *sRef;
 abst_typedef /*@null@*/ struct s_uentry *uentry;
@@ -79,10 +77,6 @@ abst_typedef /*@null@*/ ctypeList fileIdList;
 
 abst_typedef /*@null@*/ struct s_constraintExpr *constraintExpr;
 
-/*@-cppnames@*/
-typedef int bool;
-/*@=cppnames@*/
-
 abst_typedef /*@untainted@*/ /*@null@*/ char *cstring;
 typedef /*@only@*/ cstring o_cstring;
 
This page took 0.102399 seconds and 4 git commands to generate.