]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lexer.ll
Fix #268.
[lilypond.git] / lily / lexer.ll
index b444704ea5890bd5b26d26d335a66a4c6a55baa2..bec065347b56aa3b055688b69d02e14c5c614986 100644 (file)
@@ -337,7 +337,7 @@ BOM_UTF8    \357\273\277
        Input hi = here_input();
        hi.step_forward ();
        SCM sval = ly_parse_scm (hi.start (), &n, hi,
-               be_safe_global && is_main_input_);
+               be_safe_global && is_main_input_, parser_);
 
        if (sval == SCM_UNDEFINED)
        {