]> andersk Git - splint.git/blobdiff - src/Headers/typeNameNode.h
Added va_copy to standard.h.
[splint.git] / src / Headers / typeNameNode.h
index bc7d1184443535ba3a4906085ff1a82c88715242..ce06ef3f49b3b148795126c2ac8bac49363fe796 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-2003.
 ** See ../LICENSE for license information.
 */
 
-typedef struct _typeNameNode {
+typedef struct {
   bool isTypeName;
   /*@null@*/ typeNamePack typename;
-  /*@null@*/ struct _opFormNode *opform;  
+  /*@null@*/ opFormNode opform;  
 } *typeNameNode;
 
 extern void typeNameNode_free (/*@only@*/ /*@null@*/ typeNameNode p_n);
This page took 0.031554 seconds and 4 git commands to generate.