]> git.donarmstrong.com Git - lilypond.git/commitdiff
(interpret_markup): use abort().
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 4 Sep 2005 22:18:45 +0000 (22:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 4 Sep 2005 22:18:45 +0000 (22:18 +0000)
ChangeLog
lily/text-interface.cc

index ef3f9b786ce67129401ea095be66a28856acbfd8..ba14d5869c2911ba99150f6cbb6b61aed902bada 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/text-interface.cc (interpret_markup): use abort().
+
 2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * input/regression/tie-chord.ly (testLong): add a chord in 4ths
index cb0b6e1ab2ab70a2ae3ac21ff5812a064cdee637..985b05989b18709bf775c308527f606dd5a78f99 100644 (file)
@@ -58,7 +58,7 @@ Text_interface::interpret_markup (SCM layout_smob, SCM props, SCM markup)
     {
       programming_error ("not a markup: ");
       scm_display (markup, scm_current_error_port ());
-      assert (false);
+      abort();
       Box b;
       b[X_AXIS].set_empty ();
       b[Y_AXIS].set_empty ();