From e5191c6717b13293f8c371aec3ee37ce46a55e63 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:30:50 +0000 Subject: [PATCH] lilypond-0.0.29 --- hdr/lexer.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; -- 2.39.5