]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/lily-guile.cc
release: 1.3.85
[lilypond.git] / lily / lily-guile.cc
index 325517061f1462385cbae071ea1ec6b60493cbb8..6f6b93e280e6a4528bb8cd38197a473b40545c41 100644 (file)
@@ -147,13 +147,15 @@ read_lily_scm_file (String fn)
   gh_eval_str ((char *) gulp_file_to_string (fn).ch_C());
 }
 
-
+extern "C" {
+  // maybe gdb 5.0 becomes quicker if it doesn't do fancy C++ typing?
 void
 ly_display_scm (SCM s)
 {
   gh_display (s);
   gh_newline ();
 }
+};
 
 String
 ly_scm2string (SCM s)