]> andersk Git - splint.git/blobdiff - src/Headers/lslparse.h
*** empty log message ***
[splint.git] / src / Headers / lslparse.h
index 1c378fe6de88967b36a6efbb81045347dc1cd6de..7c5c9bfe0f18cba78b74642d6eae95ca9904df22 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-2003.
 ** See ../LICENSE for license information.
 **
 */
 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);
This page took 0.034546 seconds and 4 git commands to generate.