]> andersk Git - splint.git/blobdiff - src/Headers/declaratorInvNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / declaratorInvNode.h
index 4e14beae54ece97ae497a936ef6181990767bbad..27b1b7e3174915b9a0dd5038335cb57dc534e9e6 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.
 **
 */
@@ -7,9 +7,9 @@
 ** declaratorInvNode.h
 */
 
-typedef struct _declaratorInvNode {
-  struct _declaratorNode *declarator;
-  struct _abstBodyNode *body;
+typedef struct {
+  declaratorNode declarator;
+  abstBodyNode body;
 } *declaratorInvNode;
 
 extern void declaratorInvNode_free (/*@only@*/ /*@null@*/ declaratorInvNode p_x);
This page took 0.028624 seconds and 4 git commands to generate.