]> andersk Git - splint.git/blobdiff - src/Headers/opFormNode.h
noexpand always false.
[splint.git] / src / Headers / opFormNode.h
index a8114eb7fbbb3d1dd0f42dc4221fb92607e298b1..81b2c28350c6cc4dca7bf7bcd9c8e0d9ab307c93 100644 (file)
@@ -1,5 +1,5 @@
 /*
-** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
+** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
 ** See ../LICENSE for license information.
 **
 */
@@ -23,7 +23,7 @@ struct s_opFormNode {
   ltoken tok;        /* keeps the openSym token */
   opFormKind kind;
   opFormUnion content;
-  unsigned int key;
+  unsigned long int key;
   ltoken close;      /* keeps the closeSym token */
 } ;
 
This page took 0.034194 seconds and 4 git commands to generate.