]> andersk Git - splint.git/blobdiff - src/Headers/pairNode.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / pairNode.h
index 15d6731c025e038fabcb9793aab79f1eab846f4b..f9228e49e611c8dcf8a2e31a04e21eb12eaed147 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** 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.
 **
 */
@@ -9,7 +9,7 @@
 ** needs sort_type.h, ltoken_type.h
 */
 
-typedef struct _pairNode {
+typedef struct {
   sort sort;
   ltoken tok;   /* enable error message to pinpoint location */
 } *pairNode;
This page took 1.812597 seconds and 4 git commands to generate.