Retrofit.

This commit is contained in:
C. Guy Yarvin 2017-09-25 18:18:35 -07:00
parent c20c66901d
commit 68c6adf3e1
2 changed files with 8 additions and 5 deletions

View File

@ -91,7 +91,7 @@ endif
INCLUDE=include
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN)
DEBUG=no
DEBUG=yes
ifeq ($(DEBUG),yes)
CFLAGS=-g

View File

@ -613,11 +613,13 @@ u3m_bail(u3_noun how)
}
switch ( how ) {
#if 1
case c3__fail:
case c3__meme:
#endif
case c3__meme: {
fprintf(stderr, "bailing out\r\n");
abort();
}
case c3__exit: {
static c3_w xuc_w = 0;
{
@ -629,7 +631,8 @@ u3m_bail(u3_noun how)
}
case c3__foul:
case c3__oops:
abort();
fprintf(stderr, "bailing out\r\n");
assert(0);
}
if ( &(u3H->rod_u) == u3R ) {