From: fred Date: Sun, 24 Mar 2002 19:30:50 +0000 (+0000) Subject: lilypond-0.0.29 X-Git-Tag: release/1.5.59~5443 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e5191c6717b13293f8c371aec3ee37ce46a55e63;p=lilypond.git lilypond-0.0.29 --- diff --git a/hdr/lexer.hh b/hdr/lexer.hh index 0617b9742c..9e5cf1b303 100644 --- a/hdr/lexer.hh +++ b/hdr/lexer.hh @@ -3,7 +3,7 @@ #include #include "proto.hh" #include "fproto.hh" -#include "sstack.hh" +#include "varray.hh" #include "string.hh" int yylex(); @@ -14,6 +14,7 @@ void set_lexer(); struct Input_file { istream* is; + char const* defined_ch_c_l_m; Source_file* sourcefile_l_; int line; String name; @@ -26,7 +27,7 @@ struct Input_file { /// lexer with provisions for include files. struct My_flex_lexer : yyFlexLexer { - sstack include_stack; + Array include_stack; Assoc *the_id_tab; Keyword_table * keytable; Notename_tab * defaulttab;