X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fparse-scm.hh;h=2939bc2f5c228702476732a828343257e8c586c9;hb=10dc620c534c0a9bc8733168e70060cd02c06eaa;hp=dc71ad7402a7d11d08fb27c2a2d45c75c6efb0e5;hpb=e24df7c27635dc996c466295eacf2981bddccaf7;p=lilypond.git diff --git a/lily/include/parse-scm.hh b/lily/include/parse-scm.hh index dc71ad7402..2939bc2f5c 100644 --- a/lily/include/parse-scm.hh +++ b/lily/include/parse-scm.hh @@ -3,8 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2005 Han-Wen Nienhuys - + (c) 2004--2007 Han-Wen Nienhuys */ #ifndef PARSE_SCM_HH @@ -14,10 +13,11 @@ #include "lily-guile.hh" extern bool parse_protect_global; +extern bool parsed_objects_should_be_dead; struct Parse_start { - char const* str; + char const *str; int nchars; Input start_location_; bool safe_;