diff --git a/src/builtins/slash.c b/src/builtins/slash.c index 914580e2..6a2fdecc 100644 --- a/src/builtins/slash.c +++ b/src/builtins/slash.c @@ -1028,7 +1028,7 @@ B slash_ucw(B t, B o, B w, B x) { return r; } #endif - notConstEach:; + goto notConstEach; notConstEach:; B arg = C2(slash, incG(w), incG(x)); usz argIA = IA(arg);