From e50a8ad939adbe0660271cc7a5e47e4e3e057770 Mon Sep 17 00:00:00 2001 From: "C. Guy Yarvin" Date: Thu, 7 Dec 2017 13:06:05 -0800 Subject: [PATCH] Re-enable ++aq. --- jets/f/ap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jets/f/ap.c b/jets/f/ap.c index 953652c936..315f544a53 100644 --- a/jets/f/ap.c +++ b/jets/f/ap.c @@ -1047,7 +1047,7 @@ _aq_core(u3_noun ter, u3_noun gen) { - u3_noun gat = u3j_hook(u3k(ter), "ap"); + u3_noun gat = u3j_hook(u3k(ter), "aq"); return u3i_molt(gat, u3x_sam, u3k(gen), 0); }