diff options
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/rscpp/cpp5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rsc/source/rscpp/cpp5.c b/rsc/source/rscpp/cpp5.c index 41f42ebf0dfb..e75e8f91a51d 100644 --- a/rsc/source/rscpp/cpp5.c +++ b/rsc/source/rscpp/cpp5.c @@ -240,7 +240,7 @@ eval() opp->prec = opdope[OP_END]; /* And its precedence */ opp->skip = 0; /* Not skipping now */ binop = 0; -again: ; +again: #ifdef DEBUG_EVAL fprintf( pCppOut, "In #if at again: skip = %d, binop = %d, line is: %s", opp->skip, binop, infile->bptr); |