|
|
| version 1.39, 2002/02/07 15:48:59 | version 1.42, 2002/02/18 14:21:19 |
|---|---|
| Line 2227 default: | Line 2227 default: |
| if( | if( |
| PC.ls==LS_EXPRESSION_VAR_NAME_WITH_COLON || | PC.ls==LS_EXPRESSION_VAR_NAME_WITH_COLON || |
| PC.ls==LS_EXPRESSION_VAR_NAME_WITHOUT_COLON) { | PC.ls==LS_EXPRESSION_VAR_NAME_WITHOUT_COLON) { |
| // name in expr ends also before binary operators | // name in expr ends also before |
| switch(c) { | switch(c) { |
| // expression minus | |
| case '-': | case '-': |
| // expression integer division | |
| case '\\': | |
| pop_LS(PC); | pop_LS(PC); |
| PC.source--; if(--PC.col<0) { PC.line--; PC.col=-1; } | PC.source--; if(--PC.col<0) { PC.line--; PC.col=-1; } |
| result=EON; | result=EON; |