diff options
-rw-r--r-- | whichbas.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -460,7 +460,8 @@ CALLBACK(handle_op) { if(nexttok == OP_FUNC_LPAR) { remove_type(BT_BXL_BXE); } else if(nexttok == OP_EOS || nexttok == OP_EOL) { - /* weird BXL END token */ + /* weird BXL END token (0x58). the other 2 (0x55, 0x5b) can't + show up at the end whether they're TB or BXL/BXE. */ remove_type(BT_TURBO | BT_BXE); } else { remove_type(BT_TURBO); |