]> andersk Git - splint.git/blobdiff - src/Headers/abstract.h
*** empty log message ***
[splint.git] / src / Headers / abstract.h
index 86f2534f19b8fa3c12e23e447673df8e0e79021d..68cc22610d423b06ee272938834c4b87c6bc360c 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
 ** See ../LICENSE for license information.
 **
 */
 # include "ltoken.h"
 # include "ltokenList.h" 
 
-/*
-** forward declarations for structures
-*/
-
-struct _lclTypeSpecNode; 
-struct _opFormNode;
-struct _strOrUnionNode;
-struct _stmtNode;
-struct _lclPredicateNode;
-struct _typeExpr;
-struct _declaratorNode;
-struct _abstBodyNode;
-struct _functionTermNode;
-struct _quantifiedTermNode;
-struct _sigNode;
-struct _termNode;
-struct _nameNode;
-struct _importNode;
-struct _pairNode;
-
 typedef enum 
 {
   TAG_ENUM, TAG_STRUCT, TAG_UNION, TAG_FWDSTRUCT, TAG_FWDUNION
@@ -66,14 +46,14 @@ extern void checkBrackets (ltoken p_lb, ltoken p_rb);
 # include "pairNode.h"
 # include "pairNodeList.h"
 
+# include "declaratorNode.h"
+# include "declaratorNodeList.h"
+
 # include "declaratorInvNode.h"
 # include "declaratorInvNodeList.h"
 
 # include "typeExpr.h"  /* also defines abstDeclaratorNode */
 
-# include "declaratorNode.h"
-# include "declaratorNodeList.h"
-
 # include "arrayQualNode.h"
 
 # include "varNode.h"
This page took 0.324158 seconds and 4 git commands to generate.