Support experimental macros with fab.

This commit is contained in:
C. Guy Yarvin 2018-01-31 15:57:43 -08:00
parent dfe9265576
commit 37384be9a7
2 changed files with 3 additions and 3 deletions

View File

@ -1005,9 +1005,9 @@
{
u3_noun cor = _ap_core(ter, gen);
#if 0
#if 1
if ( c3n == fab ) {
cor = u3i_molt(core, 14, c3n, 0);
cor = u3i_molt(cor, 14, c3n, 0);
}
#endif
return u3j_soft(cor, "open");

View File

@ -10,7 +10,7 @@
#include "all.h"
#define NO_OVERFLOW
#undef NO_OVERFLOW
/* (u3_noun)setjmp(u3R->esc.buf): setjmp within road.
*/