]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
patch::: 1.3.59.uu2.jcn1
[lilypond.git] / lily / lily-guile.cc
index ebe2ff5b697436ce5f778e66220690fc432ccb8e..6f9657731094bcf7ad2efce17ddfdcd8ee9ef5de 100644 (file)
@@ -31,15 +31,7 @@ ly_str02scm (char const*c)
 }
 
 
-#if 0
-/*
-  this all really sucks, LilyPond should not communicate with GUILE using strings.
- */
-SCM
-ly_eval_str (String s);
-#endif
 
-  
 /*
   Pass string to scm parser, evaluate one expression.
   Return result value and #chars read.
@@ -381,7 +373,7 @@ ly_number2string (SCM s)
   return gh_str02scm (str);
 }
 
-// #define TEST_GC
+#define TEST_GC
 
 #ifdef TEST_GC
 #include <libguile/gc.h>