X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fparse-scm.hh;h=79ef343ebf1f014230e06368e3f895074645b8c8;hb=49465d11fb5e62a976e41768f142ef0fb58c08c3;hp=3d0158fab8c0aeb38757bb9ba3651925f35bf5ce;hpb=c2ec642ce42fcf1bbb72bcf9b79b28fe8fa19f0b;p=lilypond.git diff --git a/lily/include/parse-scm.hh b/lily/include/parse-scm.hh index 3d0158fab8..79ef343ebf 100644 --- a/lily/include/parse-scm.hh +++ b/lily/include/parse-scm.hh @@ -1,6 +1,14 @@ +/* + lily-guile.hh encapsulate guile -#ifndef PARSE_SCM -#define PARSE_SCM + source file of the GNU LilyPond music typesetter + + (c) 2004 Han-Wen Nienhuys + +*/ + +#ifndef PARSE_SCM_HH +#define PARSE_SCM_HH #include "input.hh" #include "lily-guile.hh" @@ -12,11 +20,11 @@ struct Parse_start char const* str; int nchars; Input start_location_; + bool safe_; }; SCM catch_protected_parse_body (void *); SCM protected_ly_parse_scm (Parse_start *, bool); - SCM ly_parse_scm (char const *, int *, Input, bool); -#endif +#endif /* PARSE_SCM_HH */