]> andersk Git - splint.git/blobdiff - src/Headers/nameNode.h
Fixed problem with NULL being changed.
[splint.git] / src / Headers / nameNode.h
index 5dbc0db6a6624f771b7c6aad31c5a9ea33572d3d..5ec7b43a495e537641abda561f68351119b4ceb9 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-2003.
 ** See ../LICENSE for license information.
 **
 */
 
-typedef struct _nameNode {
+typedef struct {
   bool isOpId; /* TRUE means is opId */
   union {
     ltoken opid;
This page took 4.407614 seconds and 4 git commands to generate.