X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/6c50dc9249a1abaee3d737a499833718be2e6e0a..b73d1009d4a3494951c129e49f50f8b4c795deb1:/src/fileloc.c diff --git a/src/fileloc.c b/src/fileloc.c index c1f95dd..84d9e3b 100644 --- a/src/fileloc.c +++ b/src/fileloc.c @@ -34,7 +34,7 @@ */ # include "splintMacros.nf" -# include "llbasic.h" +# include "basic.h" # include "osd.h" # include "portab.h" @@ -794,7 +794,7 @@ fileloc_unparse (fileloc f) { res = cstring_makeLiteral ("< Location unknown >"); } - /*@=branchstate@*/ /*@i2523 this is a spurious warning because of the break */ + /*@=branchstate@*/ /* this is a spurious warning because of the break */ in_funparse = FALSE; return res;