]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/profile.hh
Improve output of scm->string.
[lilypond.git] / lily / include / profile.hh
index 83206f686fd48f1f42359aa586e1ffe535fc6eef..53a7175eb7bca95af22a421955685374537b83d2 100644 (file)
@@ -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 <hanwen@xs4all.nl>
-
+  (c) 2005--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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 */