]> andersk Git - splint.git/blobdiff - src/Headers/macrocache.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / macrocache.h
index e85b4192253a4387db09384baae4557797c7c925..065357fd6b6a95177b4ae2c540c352590e0f31c8 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.
 **
 */
@@ -10,7 +10,7 @@
 # ifndef MACROCACHE_H
 # define MACROCACHE_H
 
-typedef struct _mce
+typedef struct
 {
   fileloc fl;
   cstring def;
@@ -20,7 +20,7 @@ typedef struct _mce
 
 typedef /*@only@*/ mce o_mce;
 
-typedef struct _mcelist
+typedef struct
 {
   int nspace;
   int entries;
This page took 0.057715 seconds and 4 git commands to generate.