8 #include "sourcefile.hh"
11 My_flex_lexer
*lexer
=0;
15 return lexer
->yylex();
24 Input_file::Input_file(String s
)
35 Source_file
* sourcefile_p
= new Source_file( pf
);
36 source_global_l
->add( sourcefile_p
);
37 sourcefile_l_
= sourcefile_p
;
38 is
= sourcefile_l_
->istream_l();
39 defined_ch_c_l_
= sourcefile_l_
->ch_c_l();
41 cout
<< "["<<pf
<<flush
;
44 Input_file::~Input_file()