aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--whichbas.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/whichbas.c b/whichbas.c
index d9b85dc..24da7fa 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -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);