]> andersk Git - splint.git/blame - src/Headers/basic.h
Added support for ISO C99 _Bool and stdbool bool/true/false. The
[splint.git] / src / Headers / basic.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6
7# ifndef BASIC_H
8# define BASIC_H
9
8fe44445 10# ifdef HAVE_CONFIG_H
4dd72714 11# ifdef WIN32
53306cab 12
4dd72714 13/* Win32 uses its own hand-generated config file */
14# include "../../winconfig.h"
15# else
899dbcf7 16# include "../../config.h"
4dd72714 17# endif
899dbcf7 18# else
19# error "No config.h file!"
8fe44445 20# endif
21
885824d3 22# include <stdlib.h>
28bf4b0b 23# include <stdio.h>
0bd4c301 24# include <stdbool.h>
885824d3 25# include <string.h>
26# include <ctype.h>
27# include <float.h>
53a89507 28# include <limits.h>
885824d3 29# include "general.h"
30# include "ynm.h"
31# include "message.h"
32# include "fileloc.h"
33# include "globals.h"
b072092f 34# include "cpp.h"
6fcd0b1e 35# include "cstringSList.h"
36# include "cstringList.h"
28bf4b0b 37# include "flag_codes.h"
38# include "flags.h"
39# include "flagSpec.h"
885824d3 40# include "qual.h"
41# include "lltok.h"
42# include "clause.h"
28bf4b0b 43# include "globalsClause.h"
44# include "modifiesClause.h"
45# include "warnClause.h"
46# include "functionClause.h"
47# include "functionClauseList.h"
885824d3 48# include "llerror.h"
28bf4b0b 49# include "fileLib.h"
50# include "inputStream.h"
885824d3 51# include "qualList.h"
f9264521 52# include "pointers.h"
885824d3 53# include "code.h"
54# include "mapping.h"
55# include "sort.h"
56# include "lclctypes.h"
57# include "paramNode.h"
58# include "paramNodeList.h"
59# include "lsymbol.h"
60# include "abstract.h"
61# include "symtable.h"
885824d3 62# include "exprNodeList.h"
63# include "cprim.h"
28bf4b0b 64# include "cstringTable.h"
65# include "genericTable.h"
885824d3 66# include "filelocList.h"
67# include "enumNameList.h"
68# include "enumNameSList.h"
69# include "varKinds.h"
70# include "sRefSet.h"
71# include "ekind.h"
b73d1009 72# include "usymId.h"
73# include "typeId.h"
885824d3 74# include "usymIdSet.h"
28bf4b0b 75# include "sRefList.h"
885824d3 76# include "uentryList.h"
77# include "globSet.h"
78# include "ctypeList.h"
79# include "aliasTable.h"
28bf4b0b 80# include "reader.h"
885824d3 81# include "usymtab.h"
82# include "lctype.h"
83# include "qtype.h"
84# include "idDecl.h"
85# include "multiVal.h"
28bf4b0b 86# include "stateClause.h"
87# include "stateClauseList.h"
885824d3 88# include "uentry.h"
28bf4b0b 89# include "stateInfo.h"
90# include "stateValue.h"
91# include "valueTable.h"
885824d3 92# include "sRef.h"
93# include "guardSet.h"
6e88de2d 94# include "constraintTerm.h"
95# include "constraintExprData.h"
96# include "constraintExpr.h"
a0a162cd 97# include "constraint.h"
6e88de2d 98# include "constraintList.h"
885824d3 99# include "exprNode.h"
a0a162cd 100# include "exprData.h"
885824d3 101# include "typeIdSet.h"
102# include "idDeclList.h"
103# include "clabstract.h"
104# include "sRefSetList.h"
105# include "flagMarker.h"
106# include "flagMarkerList.h"
107# include "macrocache.h"
108# include "fileTable.h"
109# include "messageLog.h"
110# include "clauseStack.h"
28bf4b0b 111# include "stateCombinationTable.h"
12f2ffe9 112# include "mtincludes.h"
3814599d 113# include "functionConstraint.h"
140c27a8 114# include "fileIdList.h"
885824d3 115# include "context.h"
116# include "constants.h"
b73d1009 117# include "llglobals.h"
885824d3 118
119# else
120# error "Multiple include"
121# endif
122
This page took 0.0797020000000001 seconds and 5 git commands to generate.