From eef9ca59afeb70200c82cc2290cb704ae71875c5 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Mar 2025 01:02:01 -0400 Subject: listbas: mixed-case function names in OSS Integer BASIC. --- listbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'listbas.c') diff --git a/listbas.c b/listbas.c index 99b80fc..dd2871e 100644 --- a/listbas.c +++ b/listbas.c @@ -956,7 +956,7 @@ CALLBACK(print_op) { fprintf(outfh, "(bad op token $%02x)", tok); badtok = 1; } else { - if(bas_type == B_BXL || bas_type == B_BXE) + if(bas_type == B_BXL || bas_type == B_BXE || bas_type == B_INT) print_mixed_case(name); else fprintf(outfh, "%s", name); -- cgit v1.2.3