removed debug text
1 files changed, 0 insertions(+), 1 deletions(-) M a65.c
M a65.c => a65.c +0 -1
@@ 228,7 228,6 @@ static void do_label() { if (label[0] == '.') { strcpy(labelname, lastglobal); strcat(labelname, label); - printf("%s\n", labelname); } else { strcpy(lastglobal, label);