From ccde34734a3138760ba5c0b216c6f67292d9c003 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 9 Mar 2025 14:27:44 -0400 Subject: listbas: -D, tweakage. --- listamsb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listamsb.c b/listamsb.c index b8b4372..afd4f8a 100644 --- a/listamsb.c +++ b/listamsb.c @@ -621,7 +621,7 @@ int need_space_between(int ext1, int ext2, unsigned char t1, unsigned char t2) { if(t2 == TOK_NOT) return 1; } - if(t1 >= 0x80) { + if(t1 >= 0x80 && isalnum(t1last)) { /* space not really required between OPEN/PRINT/CLOSE and #, but put one there for neatness. */ if(t2first == '#') return 1; -- cgit v1.2.3