]> andersk Git - splint.git/blobdiff - src/Headers/letDeclNode.h
Making fixes for Microsoft Visual C++ compiler.
[splint.git] / src / Headers / letDeclNode.h
index 0eacfa22a4b5cc1e9672a76ac09b4013509fade2..22383841c17c33ab025b99ed52a55917375c069f 100644 (file)
@@ -1,13 +1,13 @@
 /*
-** 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 _letDeclNode {
+typedef struct {
   ltoken varid;
   /*@null@*/ lclTypeSpecNode sortspec;
-  struct _termNode *term;
+  termNode term;
   sort sort;
 } *letDeclNode;
 
This page took 0.045526 seconds and 4 git commands to generate.