]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/lily-lexer.hh
grob.cc: rewrite O(n^2) algorithm in Grob::common_refpoint algorithm to O(n)
[lilypond.git] / lily / include / lily-lexer.hh
index 54e068ee7afb3a8a8e8e3263c070ba13ae75e582..2de3827443c5c0e63f6eeeb66d3af8666175bdc7 100644 (file)
@@ -53,6 +53,7 @@ private:
   int scan_bare_word (string);
   SCM scan_markup_word (string);
   int scan_escaped_word (string);
+  int scan_scm_id (SCM);
   int identifier_type (SCM);
   char escaped_char (char) const;