X-Git-Url: http://andersk.mit.edu/gitweb/splint.git/blobdiff_plain/885824d34f6f6626fde2fb041801408cbaf1f6f1..77970e15bdf30584bb182228ef7c99e626e54fa2:/src/Headers/lslparse.h diff --git a/src/Headers/lslparse.h b/src/Headers/lslparse.h index 1c378fe..4868d27 100644 --- a/src/Headers/lslparse.h +++ b/src/Headers/lslparse.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,12 +10,12 @@ extern /*@dependent@*/ /*@null@*/ lslOp g_importedlslOp; extern bool g_lslParsingTraits; -/*@-namechecks@*/ +/*@-namechecks@*/ /*@-declundef@*/ extern int lsldebug; /* defined by bison (not a bool) */ -/*@=namechecks@*/ +/*@=namechecks@*/ /*@=declundef@*/ extern lsymbol processTraitSortId (lsymbol p_sortid); -extern int parseSignatures (cstring p_infile); -extern /*@only@*/ lslOp parseOpLine (char *p_fname, char *p_line); +extern int parseSignatures (/*@only@*/ cstring p_infile); +extern /*@only@*/ lslOp parseOpLine (cstring p_fname, cstring p_line); extern void readlsignatures (interfaceNode p_n); -extern void callLSL (char *p_specfile, /*@only@*/ char *p_text); +extern void callLSL (cstring p_specfile, /*@only@*/ cstring p_text);