]> andersk Git - splint.git/blobdiff - src/Headers/basic.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / Headers / basic.h
index 1578c3f0d8347cc5efe16ae244664594a13d4f40..d6ba7ffdcbe5c7fa29472288b4586e6457e86211 100644 (file)
@@ -21,6 +21,7 @@
 
 # include <stdlib.h>
 # include <stdio.h>
+# include <stdbool.h>
 # include <string.h>
 # include <ctype.h>
 # include <float.h>
@@ -68,6 +69,8 @@
 # include "varKinds.h"
 # include "sRefSet.h"
 # include "ekind.h"
+# include "usymId.h"
+# include "typeId.h"
 # include "usymIdSet.h"
 # include "sRefList.h"
 # include "uentryList.h"
 # include "mtincludes.h"
 # include "functionConstraint.h"
 # include "fileIdList.h"
-
 # include "context.h"
 # include "constants.h"
+# include "llglobals.h"
 
 # else
 # error "Multiple include"
This page took 0.032403 seconds and 4 git commands to generate.