u3: allow bail:meme through (a la bail:fail)

This commit is contained in:
Joe Bryan 2021-04-20 11:56:37 -07:00
parent 2389727f8f
commit 1a257b525c

View File

@ -688,7 +688,6 @@ u3m_bail(u3_noun how)
//
switch ( how ) {
case c3__foul:
case c3__meme:
case c3__oops: {
fprintf(stderr, "bailing out\r\n");
abort();