]> andersk Git - splint.git/blobdiff - src/Headers/privateNode.h
noexpand always false.
[splint.git] / src / Headers / privateNode.h
index e7d8eada3e22607adcda230a29b6901d4da25bfb..437c5a1bf26d09367064e1530917b1076312e9f3 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-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -9,7 +9,7 @@ typedef enum {
   PRIV_TYPE, PRIV_FUNCTION 
   } privateKind;
 
-typedef struct _privateNode {
+typedef struct {
   privateKind kind;
   union {
     constDeclarationNode constdeclaration;
This page took 0.040223 seconds and 4 git commands to generate.