mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +03:00
Retrofit.
This commit is contained in:
parent
c20c66901d
commit
68c6adf3e1
2
Makefile
2
Makefile
@ -91,7 +91,7 @@ endif
|
||||
INCLUDE=include
|
||||
MDEFINES=-DU3_OS_$(OS) -DU3_OS_ENDIAN_$(ENDIAN)
|
||||
|
||||
DEBUG=no
|
||||
DEBUG=yes
|
||||
|
||||
ifeq ($(DEBUG),yes)
|
||||
CFLAGS=-g
|
||||
|
@ -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 ) {
|
||||
|
Loading…
Reference in New Issue
Block a user