]> git.donarmstrong.com Git - lilypond.git/blobdiff - lib/include/includable-lexer.hh
release: 0.1.43
[lilypond.git] / lib / include / includable-lexer.hh
index fb1a96d0bc6684391ca8327051a34c86a3461119..f9dce9696d8f802258d1ac421ea03405e8950968 100644 (file)
@@ -24,19 +24,19 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
   an yyFlexLexer child with provisions for inclusion.
  */
 class Includable_lexer : public yyFlexLexer {
-    Array<YY_BUFFER_STATE> state_stack_;
+  Array<YY_BUFFER_STATE> state_stack_;
 protected:
-    bool  close_input();
-    Array<Source_file*> include_stack_;
-    Array<int> char_count_stack_;
+  bool  close_input ();
+  Array<Source_file*> include_stack_;
+  Array<int> char_count_stack_;
 public:
 
-    Source_file* source_file_l() const;
-    void new_input(String s,Sources*);
-    Includable_lexer();
-    ~Includable_lexer();
-    void add_lexed_char(int);
-    char const * here_ch_C();
+  Source_file* source_file_l () const;
+  void new_input (String s,Sources*);
+  Includable_lexer ();
+  ~Includable_lexer ();
+  void add_lexed_char (int);
+  char const * here_ch_C ();
 };