]> andersk Git - splint.git/blobdiff - src/Headers/forwardTypes.h
Doing the commit so that files can be taged.
[splint.git] / src / Headers / forwardTypes.h
index 73407d6b66b309130635b1e8c73fe862c2afef9b..b55a8d25eb6496c90ae941683fb3420866ea9b64 100644 (file)
@@ -1,8 +1,11 @@
 # ifndef FORWARDTYPES_H
 # define FORWARDTYPES_H
 
-# ifndef NOLCL
 # include "lclForwardTypes.h"
+
+# ifdef WIN32
+/* Microsoft doesn't support ISO C99 yet */
+typedef int bool; 
 # endif
 
 abst_typedef /*@null@*/ struct s_sRef *sRef;
@@ -24,6 +27,7 @@ abst_typedef /*@null@*/ struct s_genericTable *genericTable;
 abst_typedef /*@null@*/ struct s_annotationInfo *annotationInfo;
 abst_typedef /*@null@*/ struct s_inputStream *inputStream;
 abst_typedef /*@null@*/ struct s_stateValue *stateValue;
+abst_typedef /*@null@*/ struct s_pointers *pointers;
 abst_typedef /*@null@*/ genericTable valueTable;
 abst_typedef /*@null@*/ genericTable metaStateTable;
 abst_typedef /*@null@*/ genericTable annotationTable;
@@ -78,10 +82,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.035121 seconds and 4 git commands to generate.