From 37384be9a7d84a9abb4023af946d6136502009a3 Mon Sep 17 00:00:00 2001 From: "C. Guy Yarvin" Date: Wed, 31 Jan 2018 15:57:43 -0800 Subject: [PATCH] Support experimental macros with fab. --- jets/f/ap.c | 4 ++-- noun/manage.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jets/f/ap.c b/jets/f/ap.c index 20285b0516..491f0a9239 100644 --- a/jets/f/ap.c +++ b/jets/f/ap.c @@ -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"); diff --git a/noun/manage.c b/noun/manage.c index 6ec4e330c2..a18d6f0e5c 100644 --- a/noun/manage.c +++ b/noun/manage.c @@ -10,7 +10,7 @@ #include "all.h" -#define NO_OVERFLOW +#undef NO_OVERFLOW /* (u3_noun)setjmp(u3R->esc.buf): setjmp within road. */