]> andersk Git - splint.git/blobdiff - src/Headers/varNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / varNode.h
index b6688d0d8236ee504f92fb2e3267f95deaa44665..26b6014fce283ac65265d0d3c65c84ffba86d008 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.
 */       
 
 # ifndef VARNODE_H
 # define VARNODE_H
 
-typedef struct _varNode { /* with sort, useful in quantified */
+typedef struct { /* with sort, useful in quantified */
   ltoken varid;
   bool isObj; 
   lclTypeSpecNode type;
This page took 0.033846 seconds and 4 git commands to generate.