]> andersk Git - splint.git/blobdiff - src/Headers/typeExpr.h
*** empty log message ***
[splint.git] / src / Headers / typeExpr.h
index bcf8b6d5d8f4257418e6eadafbfd26e7dc824eab..e8508a0e27c911cc88879bb03b6e8060c1a994c3 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.
 */
 /*
@@ -11,7 +11,7 @@ typedef enum
   TEXPR_BASE, TEXPR_PTR, TEXPR_ARRAY, TEXPR_FCN
   } typeExprKind;
 
-struct _typeExpr 
+struct s_typeExpr 
 {
   int wrapped; /* number of balanced parentheses around this program node */
   typeExprKind kind; /* different kinds of type constructors */
This page took 0.113464 seconds and 4 git commands to generate.