]> andersk Git - splint.git/blobdiff - src/Headers/scan.h
Merged code tree with Dave Evans's version. Many changes to numberous to list....
[splint.git] / src / Headers / scan.h
index 483e1fbce6342d7c18b3fbe6266689851f6ea2e9..85990f9b7e697e4e8b4bc22c14a6ff2005c29782 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.
 **
 */
@@ -13,9 +13,9 @@ extern unsigned int lsllex (YYSTYPE *p_lval);
 
 extern ltoken LSLScanNextToken(void) /*@modifies internalState@*/ ;           
 extern void LSLScanFreshToken(ltoken p_tok) /*@modifies internalState@*/ ;
-extern /*@exposed@*/ tsource *LSLScanSource (void) /*@*/ ;        
+extern /*@exposed@*/ inputStream LSLScanSource (void) /*@*/ ;     
 extern void LSLScanInit (void) /*@modifies internalState@*/ ;
-extern void LSLScanReset (tsource *p_s) /*@modifies internalState@*/ ;
+extern void LSLScanReset (inputStream p_s) /*@modifies internalState@*/ ;
 extern void LSLScanCleanup (void) /*@modifies internalState@*/ ;
 
 
This page took 0.032657 seconds and 4 git commands to generate.