]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.29
authorfred <fred>
Sun, 24 Mar 2002 19:30:50 +0000 (19:30 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:30:50 +0000 (19:30 +0000)
hdr/lexer.hh

index 0617b9742cf6547ffbd31339801b0daf858a8865..9e5cf1b3039248ceaf2bff58da1c35f30bd33d2e 100644 (file)
@@ -3,7 +3,7 @@
 #include <FlexLexer.h>
 #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<Input_file*> include_stack;
+    Array<Input_file*> include_stack;
     Assoc<String, Identifier*> *the_id_tab;
     Keyword_table * keytable;
     Notename_tab * defaulttab;