]> andersk Git - splint.git/blobdiff - src/Headers/varDeclarationNode.h
*** empty log message ***
[splint.git] / src / Headers / varDeclarationNode.h
index 8d54dcedcf094085554dc4d273c5b402f95b5459..4086c6770b5715b25d5dac071a83a47f241d4781 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-2001.
 ** See ../LICENSE for license information.
 */
 
 # ifndef VARDECLNODE_H
 # define VARDECLNODE_H
 
-typedef struct _varDeclarationNode {
+typedef struct {
   bool isSpecial;
-  /*@reldef@*/ sRef sref;
+  /*@dependent@*/ /*@reldef@*/ sRef sref;
   bool isGlobal; /* global or varDeclaration */
   bool isPrivate; /* static variable, within a function defn */
   qualifierKind qualifier; /* QLF_NONE, QLF_CONST, or QLF_VOLATILE */
This page took 0.062105 seconds and 4 git commands to generate.