]> andersk Git - splint.git/blobdiff - src/Headers/traitRefNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / traitRefNode.h
index a7ae0921626d599499db581a28d62b38ed727bde..c7036721f1eb69ad251efd86adc2ae1b19d0bae5 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 _traitRefNode {
+typedef struct {
   ltokenList traitid; /* a list of traitId ltoken's */
   /*@null@*/ renamingNode rename; /* a list of renamings */
 } *traitRefNode;
This page took 0.147005 seconds and 4 git commands to generate.