aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-07 05:10:32 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-07 05:10:32 -0400
commit0e25dbd121738993ac0bb455547a8fbcb621a780 (patch)
treecd39a33a08a171806887171a896de8e9babb9932
parenta37eb4f839452209480d12402b7e6967f6d05f4a (diff)
downloadbw-atari8-tools-0e25dbd121738993ac0bb455547a8fbcb621a780.tar.gz
whichbas: revert last commit (broken).
-rw-r--r--whichbas.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/whichbas.c b/whichbas.c
index 00fca8f..1758c30 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -290,10 +290,6 @@ CALLBACK(handle_op) {
/* partial: if the last token was a command, this *can't*
be EXOR (it's infix). */
remove_type(BT_TURBO);
- } else if(last_cmd_pos == (pos - 2) && program[pos - 1] == OP_NUM_ASSIGN)
- /* partial: if the last-but-one token was a command and the
- last one was an assignment equals sign, this can't be infix. */
- remove_type(BT_TURBO);
} else if(program[pos - 1] >= 0x80) {
/* partial: if the last token was a variable, this can't
be BUMP (it's a function, last token has to be a command