Skip to content

Commit aa41427

Browse files
committed
A better/cleaner fix for [1c80ff88c0ce].
1 parent 74cf837 commit aa41427

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ext/wasm/c-pp-lite.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,9 +1638,7 @@ static void cmpp_t_out_expand(CmppTokenizer * const t,
16381638
for( ;z<zEnd; ++z ){
16391639
if( chEol==*z ){
16401640
state = 0;
1641-
++z /*flush the EOL now*/;
1642-
tflush;
1643-
break;
1641+
continue;
16441642
}
16451643
if( g.delim.chAt==*z ){
16461644
if( 0==state ){

0 commit comments

Comments
 (0)