]> andersk Git - splint.git/blame - src/Headers/basic.h
Making fixes for Microsoft Visual C++ compiler.
[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>
4caf866b 24
25# ifndef WIN32
26/* Microsoft VC++ still doesn't support ISO C99... */
0bd4c301 27# include <stdbool.h>
4caf866b 28# endif
29
885824d3 30# include <string.h>
31# include <ctype.h>
32# include <float.h>
53a89507 33# include <limits.h>
885824d3 34# include "general.h"
35# include "ynm.h"
36# include "message.h"
37# include "fileloc.h"
38# include "globals.h"
b072092f 39# include "cpp.h"
6fcd0b1e 40# include "cstringSList.h"
41# include "cstringList.h"
28bf4b0b 42# include "flag_codes.h"
43# include "flags.h"
44# include "flagSpec.h"
885824d3 45# include "qual.h"
46# include "lltok.h"
47# include "clause.h"
28bf4b0b 48# include "globalsClause.h"
49# include "modifiesClause.h"
50# include "warnClause.h"
51# include "functionClause.h"
52# include "functionClauseList.h"
885824d3 53# include "llerror.h"
28bf4b0b 54# include "fileLib.h"
55# include "inputStream.h"
885824d3 56# include "qualList.h"
f9264521 57# include "pointers.h"
885824d3 58# include "code.h"
59# include "mapping.h"
60# include "sort.h"
61# include "lclctypes.h"
62# include "paramNode.h"
63# include "paramNodeList.h"
64# include "lsymbol.h"
65# include "abstract.h"
66# include "symtable.h"
885824d3 67# include "exprNodeList.h"
68# include "cprim.h"
28bf4b0b 69# include "cstringTable.h"
70# include "genericTable.h"
885824d3 71# include "filelocList.h"
72# include "enumNameList.h"
73# include "enumNameSList.h"
74# include "varKinds.h"
75# include "sRefSet.h"
76# include "ekind.h"
b73d1009 77# include "usymId.h"
78# include "typeId.h"
885824d3 79# include "usymIdSet.h"
28bf4b0b 80# include "sRefList.h"
885824d3 81# include "uentryList.h"
82# include "globSet.h"
83# include "ctypeList.h"
84# include "aliasTable.h"
28bf4b0b 85# include "reader.h"
885824d3 86# include "usymtab.h"
87# include "lctype.h"
88# include "qtype.h"
89# include "idDecl.h"
90# include "multiVal.h"
28bf4b0b 91# include "stateClause.h"
92# include "stateClauseList.h"
885824d3 93# include "uentry.h"
28bf4b0b 94# include "stateInfo.h"
95# include "stateValue.h"
96# include "valueTable.h"
885824d3 97# include "sRef.h"
98# include "guardSet.h"
6e88de2d 99# include "constraintTerm.h"
100# include "constraintExprData.h"
101# include "constraintExpr.h"
a0a162cd 102# include "constraint.h"
6e88de2d 103# include "constraintList.h"
885824d3 104# include "exprNode.h"
a0a162cd 105# include "exprData.h"
885824d3 106# include "typeIdSet.h"
107# include "idDeclList.h"
108# include "clabstract.h"
109# include "sRefSetList.h"
110# include "flagMarker.h"
111# include "flagMarkerList.h"
112# include "macrocache.h"
113# include "fileTable.h"
114# include "messageLog.h"
115# include "clauseStack.h"
28bf4b0b 116# include "stateCombinationTable.h"
12f2ffe9 117# include "mtincludes.h"
3814599d 118# include "functionConstraint.h"
140c27a8 119# include "fileIdList.h"
885824d3 120# include "context.h"
121# include "constants.h"
b73d1009 122# include "llglobals.h"
885824d3 123
124# else
125# error "Multiple include"
126# endif
127
This page took 0.082279 seconds and 5 git commands to generate.