From: fred Date: Mon, 4 Nov 1996 14:57:53 +0000 (+0000) Subject: lilypond-0.0.7 X-Git-Tag: release/1.5.59~6928 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=897d1e66a962c5c3ab73ef52bf9f68b620be54be;p=lilypond.git lilypond-0.0.7 --- diff --git a/symtable.cc b/symtable.cc index eedb25a4e5..e963b64d12 100644 --- a/symtable.cc +++ b/symtable.cc @@ -13,9 +13,7 @@ Symtable::lookup(String s) const if (elt_query(s)) return (*this)[s]; else { - Symbol unknown; - WARN<<"Unknown symbol " << s <<'\n'; - return unknown; + error( "Unknown symbol " +s+'\n'); } }