]> andersk Git - splint.git/blobdiff - src/Headers/arrayQualNode.h
Added manual files
[splint.git] / src / Headers / arrayQualNode.h
index 9fbd5484e5f1b433fb7b5272675082f8d138f23a..cee79af2e1dece088b2e4eb475935c23c841aa32 100644 (file)
@@ -1,9 +1,9 @@
 /*
-** 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 _arrayQualNode {
+typedef struct {
   ltoken tok;
-  /*@null@*/ struct _termNode *term;
+  /*@null@*/ termNode term;
 } *arrayQualNode;
This page took 0.02728 seconds and 4 git commands to generate.