]> andersk Git - splint.git/blobdiff - src/Headers/stmtNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / stmtNode.h
index 9220af545f5f025f3ad5c81160279f2af0e3d1d4..b166c5194a00276ee1111abc3427504109aa379f 100644 (file)
@@ -1,12 +1,12 @@
 /*
-** 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.
 */
 
-typedef struct _stmtNode {
+struct s_stmtNode {
   ltoken lhs;
   ltoken operator;
   termNodeList args;
-} *stmtNode;
+} ;
 
 extern /*@unused@*/ /*@notnull@*/ /*@only@*/ cstring stmtNode_unparse (stmtNode p_x);
This page took 0.191894 seconds and 4 git commands to generate.