mirror of
https://github.com/RevCurtisP/C02.git
synced 2025-02-19 19:31:04 +00:00
Cleaned up debug output:
This commit is contained in:
parent
8e49f69a9e
commit
a81afb538d
@ -235,7 +235,7 @@ void addvar(int m, int t) {
|
||||
/* Write Variable Table */
|
||||
void vartbl(void) {
|
||||
int i, j;
|
||||
DEBUG("Writing Variable Table", 0)
|
||||
DEBUG("Writing Variable Table\n", 0)
|
||||
fprintf(logfil, "\n%-31s %s %s %s %s\n", "Variable", "Type", "Size", "Struct", "Data");
|
||||
dlen = 0;
|
||||
for (i=0; i<varcnt; i++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user