From fa26273c19fb237199dac56db229bb419b1aac02 Mon Sep 17 00:00:00 2001
From: hanwen <hanwen>
Date: Sun, 4 Sep 2005 22:18:45 +0000
Subject: [PATCH] (interpret_markup): use abort().

---
 ChangeLog              | 4 ++++
 lily/text-interface.cc | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ef3f9b786c..ba14d5869c 100644
--- 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
diff --git a/lily/text-interface.cc b/lily/text-interface.cc
index cb0b6e1ab2..985b05989b 100644
--- a/lily/text-interface.cc
+++ b/lily/text-interface.cc
@@ -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 ();
-- 
2.39.5