]> andersk Git - splint.git/blobdiff - src/Headers/iterNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / iterNode.h
index 17d0ad858d01deae87b6465bd225627042e1258b..c99bff08701b87b9531a5e8fb882c5158c74c160 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 _iterNode {
+typedef struct {
   ltoken name;
   paramNodeList params;
 } *iterNode;
This page took 0.156947 seconds and 4 git commands to generate.