]> andersk Git - splint.git/blobdiff - src/Headers/exportNode.h
*** empty log message ***
[splint.git] / src / Headers / exportNode.h
index 9162392f83577ab92463851c37522b314fdcae5b..0e964148443397d156726d24cc7cbaee7673b9f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** 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.
 **
 */
@@ -10,7 +10,7 @@ typedef enum
   XPK_FCN, XPK_CLAIM, XPK_ITER 
 } exportKind;
 
-typedef struct _exportNode {
+typedef struct {
   exportKind kind;
   union {
     constDeclarationNode constdeclaration;
This page took 0.035659 seconds and 4 git commands to generate.