X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fprofile.hh;h=82c206c09cac6665a0aaa15244eba8d1a42803c4;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=83206f686fd48f1f42359aa586e1ffe535fc6eef;hpb=4296f55761e5813067f6ac4d259a79b20f148f1e;p=lilypond.git diff --git a/lily/include/profile.hh b/lily/include/profile.hh index 83206f686f..82c206c09c 100644 --- a/lily/include/profile.hh +++ b/lily/include/profile.hh @@ -1,10 +1,9 @@ /* - profile.hh -- declare property profiling utils. + profile.hh -- declare property profiling utils. source file of the GNU LilyPond music typesetter - (c) 2005 Han-Wen Nienhuys - + (c) 2005--2008 Han-Wen Nienhuys */ #ifndef PROFILE_HH @@ -15,5 +14,7 @@ void note_property_access (SCM *table, SCM sym); extern SCM context_property_lookup_table; extern SCM grob_property_lookup_table; +extern SCM prob_property_lookup_table; +extern bool profile_property_accesses; #endif /* PROFILE_HH */