]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-lexer.hh
Add location data to extra_tokens_ stack in lexer.
[lilypond.git] / lily / include / lily-lexer.hh
index ce428603cb2dce8cd24efc69ace8751194612ff3..9659abbd198634a29efa25be19e9c8ac51ba858c 100644 (file)
@@ -93,7 +93,8 @@ public:
   SCM keyword_list () const;
   SCM lookup_identifier (const string &s);
   SCM lookup_identifier_symbol (SCM s);
-  void push_extra_token (int token_type, SCM scm = SCM_UNSPECIFIED);
+  void push_extra_token (Input const &where,
+                         int token_type, SCM scm = SCM_UNSPECIFIED);
   int pop_extra_token ();
   void push_chord_state (SCM alist);
   void push_figuredbass_state ();