X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fparse-scm.hh;h=3d0158fab8c0aeb38757bb9ba3651925f35bf5ce;hb=c2ec642ce42fcf1bbb72bcf9b79b28fe8fa19f0b;hp=896559ea022f16172a01e1fe2a1ac38f64a70f11;hpb=bdfc0e375d6929e0b01dd8f0b280d59e59bbf6c6;p=lilypond.git diff --git a/lily/include/parse-scm.hh b/lily/include/parse-scm.hh index 896559ea02..3d0158fab8 100644 --- a/lily/include/parse-scm.hh +++ b/lily/include/parse-scm.hh @@ -15,8 +15,8 @@ struct Parse_start }; SCM catch_protected_parse_body (void *); -SCM protected_ly_parse_scm (Parse_start *); +SCM protected_ly_parse_scm (Parse_start *, bool); -SCM ly_parse_scm (char const* s, int *, Input); +SCM ly_parse_scm (char const *, int *, Input, bool); #endif