diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-09 04:47:31 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-09 04:47:31 -0400 |
commit | 13d05dd17595a4c3a1461ba4827cc14533888e33 (patch) | |
tree | d83c1b2dfe496916a8876a974cdfbc9032589f62 | |
parent | da5a6e996d1dd0bdded1c8da13b68d5da43865bc (diff) | |
download | bw-atari8-tools-13d05dd17595a4c3a1461ba4827cc14533888e33.tar.gz |
whichbas: commentary.
-rw-r--r-- | whichbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -338,7 +338,7 @@ CALLBACK(handle_cmd) { case 0x50: /* EXEC (1 arg, *must* be variable) or PMGRAPHICS (1 num arg, may be const) */ /* PARTIAL: PMGRAPHICS VAR won't be detected. but this usage is rare. */ /* This check is actually redundant, because EXEC requires Turbo's - label type (high bits in var name table set to 1), which we already + label type (high bits in var name table both set to 1), which we already detected in check_variables(). */ if(!has_var_arg) { remove_type(BT_TURBO); |