]> andersk Git - splint.git/blobdiff - src/Headers/nameNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / nameNode.h
index 5dbc0db6a6624f771b7c6aad31c5a9ea33572d3d..92fbe6057bfd3b63dac66a90155751fba84ffe18 100644 (file)
@@ -1,10 +1,10 @@
 /*
-** 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 _nameNode {
+typedef struct {
   bool isOpId; /* TRUE means is opId */
   union {
     ltoken opid;
This page took 0.122904 seconds and 4 git commands to generate.