[wpinet] Remove non GP language (#6774)

This commit is contained in:
Jade
2024-06-29 11:14:26 +08:00
committed by GitHub
parent 512a4bfc12
commit 047eaac11e
14 changed files with 51 additions and 14 deletions

View File

@@ -1958,7 +1958,7 @@ reexecute:
case s_chunk_parameters:
{
assert(parser->flags & F_CHUNKED);
/* just ignore this shit. TODO check for overflow */
/* TODO check for overflow */
if (ch == CR) {
UPDATE_STATE(s_chunk_size_almost_done);
break;