]> andersk Git - splint.git/blobdiff - src/Headers/stDeclNode.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / stDeclNode.h
index fa0371f9c37dacc1194fbbd46f81fefea3513815..9f78d57deff8d378813363220e3e23b3916cdf89 100644 (file)
@@ -1,9 +1,9 @@
 /*
-** 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.
 */
 
-typedef struct _stDeclNode {
+typedef struct {
   lclTypeSpecNode    lcltypespec;
   declaratorNodeList declarators;
 } *stDeclNode;
This page took 0.03566 seconds and 4 git commands to generate.