CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/09/04 22:18:45
Modified files: . : ChangeLog lily : text-interface.cc Log message: (interpret_markup): use abort(). CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4108&tr2=1.4109&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/text-interface.cc.diff?tr1=1.6&tr2=1.7&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.4108 lilypond/ChangeLog:1.4109 --- lilypond/ChangeLog:1.4108 Sun Sep 4 11:36:33 2005 +++ lilypond/ChangeLog Sun Sep 4 22:18:45 2005 @@ -1,3 +1,7 @@ +2005-09-05 Han-Wen Nienhuys <[EMAIL PROTECTED]> + + * lily/text-interface.cc (interpret_markup): use abort(). + 2005-09-04 Han-Wen Nienhuys <[EMAIL PROTECTED]> * input/regression/tie-chord.ly (testLong): add a chord in 4ths Index: lilypond/lily/text-interface.cc diff -u lilypond/lily/text-interface.cc:1.6 lilypond/lily/text-interface.cc:1.7 --- lilypond/lily/text-interface.cc:1.6 Thu Aug 25 13:37:00 2005 +++ lilypond/lily/text-interface.cc Sun Sep 4 22:18:45 2005 @@ -58,7 +58,7 @@ { 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 (); _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs