aboutsummaryrefslogtreecommitdiff
path: root/listamsb.c
diff options
context:
space:
mode:
Diffstat (limited to 'listamsb.c')
-rw-r--r--listamsb.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/listamsb.c b/listamsb.c
index 47df459..066b80c 100644
--- a/listamsb.c
+++ b/listamsb.c
@@ -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)) {