Re-enable ++aq.

This commit is contained in:
C. Guy Yarvin 2017-12-07 13:06:05 -08:00
parent 3e77ed0b8d
commit e50a8ad939

View File

@ -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);
}