]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/all-font-metrics.cc
* lily/include/lily-guile.hh: rename ly_c_X_p -> ly_is_X
[lilypond.git] / lily / all-font-metrics.cc
index 1273a3ae596feeb81160138edaff0a7d2d76ac8d..8c4d40ffc8957d09ef8bc77643653dcc2824c4e8 100644 (file)
@@ -106,7 +106,7 @@ kpathsea_find_file (String name, String ext)
     return path;
 
   SCM kpath = ly_lily_module_constant ("ly:kpathsea-find-file");
-  if (ly_c_procedure_p (kpath))
+  if (ly_is_procedure (kpath))
     {
       SCM kp_result = scm_call_1 (kpath, scm_makfrom0str (name.to_str0 ()));
       if (scm_is_string (kp_result))