X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/77d3741943947b83a5d6a10a5e31650a1005dbde..36250f225665415476f402c25e138d99fa18381b:/src/imports.c diff --git a/src/imports.c b/src/imports.c index cf9270f..2b609f3 100644 --- a/src/imports.c +++ b/src/imports.c @@ -17,8 +17,8 @@ ** the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ** MA 02111-1307, USA. ** -** For information on lclint: lclint-request@cs.virginia.edu -** To report a bug: lclint-bug@cs.virginia.edu +** For information on splint: info@splint.org +** To report a bug: splint-bug@splint.org ** For more information: http://www.splint.org */ /* @@ -31,7 +31,7 @@ ** Massachusetts Institute of Technology */ -# include "lclintMacros.nf" +# include "splintMacros.nf" # include "llbasic.h" # include "osd.h" # include "llgrammar.h" /* need simpleOp, MULOP and logicalOp in makeInfixTermNode */ @@ -50,7 +50,7 @@ outputLCSFile (char *path, char *msg, char *specname) char *sfile = mstring_concat (specname, ".lcs"); char *outfile = mstring_concat (path, sfile); char *s; - FILE *outfptr = fileTable_openFile (context_fileTable (), cstring_fromChars (outfile), "w"); + FILE *outfptr = fileTable_openWriteFile (context_fileTable (), cstring_fromChars (outfile)); sfree (sfile); DPRINTF (("Output lcl file: %s / %s / %s", path, specname, outfile));