]> andersk Git - splint.git/blobdiff - src/Headers/messageLog.h
*** empty log message ***
[splint.git] / src / Headers / messageLog.h
index ce869bbd4f65b568ed0c68f39426436f3d6e2105..5221959280d7f56faa0225de00a698023c3e26f5 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 messageLog_H
 # define messageLog_H
 
-typedef struct _msgentry
+typedef struct
 {
   fileloc loc;
   cstring msg;
@@ -18,7 +18,7 @@ typedef struct _msgentry
 
 typedef /*@only@*/ msgentry o_msgentry;
 
-abst_typedef /*@null@*/ struct _messageLog
+abst_typedef /*@null@*/ struct
 {
   int        nelements;
   int        nspace;
This page took 0.102735 seconds and 4 git commands to generate.