Commit 4d045fbc 4d045fbc16d45622daf70c898de4d60dd33a2ca1 by Sergey Poznyakoff

(i_ascii_casemap_contains): Fixed obsolete label usage.

1 parent f0cb0e38
......@@ -456,7 +456,8 @@ i_ascii_casemap_contains (const char *pattern, const char *text)
break;
if (!(a = *++haystack))
goto ret0;
shloop: }
shloop: ;
}
while (U (a) != b);
jin: if (!(a = *++haystack))
......