]> andersk Git - splint.git/blobdiff - src/Headers/typeNode.h
Updated library headers to include some missing functions.
[splint.git] / src / Headers / typeNode.h
index 9ff18d07c2fd0f7a553b4459d5cfe59c4ec5bb74..e1626fb33570fe82eddea911139f726586e2b946 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-2001.
 ** See ../LICENSE for license information.
 */
 
 # ifndef TYPENODE_H
 # define TYPENODE_H
 
-typedef struct _typeNode {
+typedef struct {
   typeKind kind;
   union {
     abstractNode abstract;
This page took 0.047357 seconds and 4 git commands to generate.