]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-lexer.hh
* flower/include/std-string.hh:
[lilypond.git] / lily / include / lily-lexer.hh
index fcad09d52626fe6cc3c78b7185b36df70b9c996c..d0a188ab69883d77fca0c278266a74ff67f9e4ac 100644 (file)
@@ -24,10 +24,10 @@ class Lily_lexer : public Includable_lexer
   DECLARE_SMOBS (Lily_lexer,);
 
 private:
-  int lookup_keyword (std::string);
-  int scan_bare_word (std::string);
-  SCM scan_markup_word (std::string);
-  int scan_escaped_word (std::string);
+  int lookup_keyword (string);
+  int scan_bare_word (string);
+  SCM scan_markup_word (string);
+  int scan_escaped_word (string);
   int identifier_type (SCM);
   char escaped_char (char) const;
 
@@ -35,7 +35,7 @@ private:
   SCM scopes_;
   SCM start_module_;
 public:
-  std::string main_input_name_;
+  string main_input_name_;
   void *lexval;
   Input *lexloc;
   bool is_main_input_;
@@ -65,7 +65,7 @@ public:
 
   void start_main_input ();
 
-  SCM lookup_identifier (std::string s);
+  SCM lookup_identifier (string s);
   SCM lookup_identifier_symbol (SCM s);
   void push_chord_state (SCM tab);
   void push_figuredbass_state ();