mirror of
https://github.com/urbit/shrub.git
synced 2024-12-22 02:11:38 +03:00
Support experimental macros with fab.
This commit is contained in:
parent
dfe9265576
commit
37384be9a7
@ -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");
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include "all.h"
|
||||
|
||||
#define NO_OVERFLOW
|
||||
#undef NO_OVERFLOW
|
||||
|
||||
/* (u3_noun)setjmp(u3R->esc.buf): setjmp within road.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user