]> andersk Git - splint.git/blobdiff - src/Headers/forwardTypes.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / forwardTypes.h
index aef68f522e7e5fb316a94e8c2f33185016802393..b55a8d25eb6496c90ae941683fb3420866ea9b64 100644 (file)
@@ -3,6 +3,11 @@
 
 # include "lclForwardTypes.h"
 
+# ifdef WIN32
+/* Microsoft doesn't support ISO C99 yet */
+typedef int bool; 
+# endif
+
 abst_typedef /*@null@*/ struct s_sRef *sRef;
 abst_typedef /*@null@*/ struct s_uentry *uentry;
 typedef struct s_hashNode *hashNode;
This page took 0.060763 seconds and 4 git commands to generate.