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