Skip to content

Commit

Permalink
cc: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Nov 8, 2024
1 parent fa7856a commit 8e26693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/cc/c/cstmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ static void ForStmt( void )

NextToken();
MustRecog( T_LEFT_PAREN );
if( CompVars.cstd > STD_C99 ) {
if( CompVars.cstd > STD_C89 ) {
PushBlock(); // 'for' opens new scope
}
if( CurToken != T_SEMI_COLON ) {
Expand Down

0 comments on commit 8e26693

Please sign in to comment.