diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-09 15:47:52 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-09 15:47:52 -0400 |
commit | b8b371b94cb982466c2db34fc24f9e0ea082e63e (patch) | |
tree | 95dc92d56adb39515bff596f88f681889a13583a /listamsb.c | |
parent | bc2c32f78d83584ff05d360cdffb83adf2fdb927 (diff) | |
download | bw-atari8-tools-b8b371b94cb982466c2db34fc24f9e0ea082e63e.tar.gz |
listbas: -D, commentary.
Diffstat (limited to 'listamsb.c')
-rw-r--r-- | listamsb.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -679,6 +679,9 @@ int decrunch_line(void) { } else { if(byte == '"') { in_string = 1; + /* XXX: if a " ever occurs immediately after an extended + token, this is wrong. I don't *think* the syntax + allows that... */ if(need_space_between(0, 0, prev, byte)) code[codelen++] = ' '; } else if(is_comment_start(byte)) { |