]> andersk Git - splint.git/blobdiff - src/Headers/initDeclNode.h
Tried to fix some problems with the configuration system.
[splint.git] / src / Headers / initDeclNode.h
index b9ac2d52523c646b12a4f95235750480d3556bc4..e073c812b59d1c09a32fcde0a62030ea0f65d089 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.
 **
 */
 
-typedef struct _initDeclNode {
+typedef struct {
   declaratorNode declarator;
-  /*@null@*/ struct _termNode *value;
+  /*@null@*/ termNode value;
 } *initDeclNode;
 
 extern bool initDeclNode_isRedeclaration (initDeclNode p_d);
This page took 0.267462 seconds and 4 git commands to generate.