]> andersk Git - splint.git/blobdiff - src/Headers/forwardTypes.h
Fixes after removing -unrecogcomments flag for make splintme.
[splint.git] / src / Headers / forwardTypes.h
index b55a8d25eb6496c90ae941683fb3420866ea9b64..36a417bed7e83dde95a7c4a84478902c12e928b3 100644 (file)
@@ -5,7 +5,9 @@
 
 # ifdef WIN32
 /* Microsoft doesn't support ISO C99 yet */
+/*@-namechecks@*/
 typedef int bool; 
+/*@=namechecks@*/
 # endif
 
 abst_typedef /*@null@*/ struct s_sRef *sRef;
@@ -82,7 +84,7 @@ abst_typedef /*@null@*/ ctypeList fileIdList;
 
 abst_typedef /*@null@*/ struct s_constraintExpr *constraintExpr;
 
-abst_typedef /*@untainted@*/ /*@null@*/ char *cstring;
+abst_typedef /*@null@*/ char *cstring;
 typedef /*@only@*/ cstring o_cstring;
 
 abst_typedef /*@null@*/ struct s_cstringSList *cstringSList;
This page took 0.033846 seconds and 4 git commands to generate.