]> andersk Git - splint.git/blobdiff - src/Headers/abstBodyNode.h
Updated html and word versions of the manual
[splint.git] / src / Headers / abstBodyNode.h
index 430cd344555cdf1b204681e39d9d6ba775214cf6..1c80c19ddfb54bbd0f0ba21c955bc1b0d2d7efd0 100644 (file)
@@ -1,14 +1,14 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
 
-typedef struct _abstBodyNode {
+struct s_abstBodyNode {
   ltoken tok; /* check for NULLTOKEN before using it */
-  /*@null@*/ struct _lclPredicateNode *typeinv;
+  /*@null@*/ lclPredicateNode typeinv;
   fcnNodeList fcns; /* only for abstBody, not for optExposedBody */
-} *abstBodyNode;
+} ;
 
 extern /*@unused@*/ /*@only@*/ cstring abstBodyNode_unparse (abstBodyNode p_n);
 
This page took 0.079869 seconds and 4 git commands to generate.