X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/885824d34f6f6626fde2fb041801408cbaf1f6f1..8c56b1d88bedb8a9f88581737bf4cc97ff541291:/src/Headers/typeNode.h diff --git a/src/Headers/typeNode.h b/src/Headers/typeNode.h index 9ff18d0..e1626fb 100644 --- a/src/Headers/typeNode.h +++ b/src/Headers/typeNode.h @@ -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;