]> andersk Git - splint.git/blobdiff - src/Headers/abstractNode.h
*** empty log message ***
[splint.git] / src / Headers / abstractNode.h
index 653e863a998647818ccd11d87cd90e924ae17c0e..31bd2079325cde795fa5af0dddabd4cf8b62ffc2 100644 (file)
@@ -1,10 +1,10 @@
 /*
-** 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 _abstractNode {
+typedef struct {
   ltoken tok;
   bool isMutable; /* TRUE means it is mutable */
   bool isRefCounted;
This page took 0.388441 seconds and 4 git commands to generate.