X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/b46462e0f425a997aca96d09c7eba11d4cdda1c4..28bf4b0bfd405a2057d865910f8589c54a40f17b:/src/Headers/macrocache.h diff --git a/src/Headers/macrocache.h b/src/Headers/macrocache.h index e85b419..065357f 100644 --- a/src/Headers/macrocache.h +++ b/src/Headers/macrocache.h @@ -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;