]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/cxx-function-smob.cc
Add CVS HEAD trap.
[lilypond.git] / lily / cxx-function-smob.cc
index 6ad764d796eb6bb723915659b4e9792b75490148..4bdd4df7019c53bf26494bfe8f970e52759eaf6a 100644 (file)
@@ -31,7 +31,7 @@ free_smob (SCM)
   return 0;
 }
 
-LY_DEFINE(cxx_function_type_p, "c++-function?", 1, 0, 0, (SCM x),
+LY_DEFINE(cxx_function_type, "c++-function?", 1, 0, 0, (SCM x),
          "Is this an encapsulated C++ function ?")
 {
   return (SCM_CELL_TYPE (x)) == callback_tag ? SCM_BOOL_T : SCM_BOOL_F;