]> andersk Git - splint.git/blobdiff - src/Headers/stDeclNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / stDeclNode.h
index fa0371f9c37dacc1194fbbd46f81fefea3513815..3ac8dbe44a3a8abe1d2d88f5ce189438305bd488 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-2001.
 ** See ../LICENSE for license information.
 */
 
-typedef struct _stDeclNode {
+typedef struct {
   lclTypeSpecNode    lcltypespec;
   declaratorNodeList declarators;
 } *stDeclNode;
This page took 0.038106 seconds and 4 git commands to generate.