diff --git a/c02.c b/c02.c index b667bc3..ccfa601 100644 --- a/c02.c +++ b/c02.c @@ -175,7 +175,6 @@ int main(int argc, char *argv[]) compile(); logdef(); - logvar(); clssrc(); //Close Source File clsout(); //Close Output File diff --git a/c02.exe b/c02.exe index 5271017..17580cc 100644 Binary files a/c02.exe and b/c02.exe differ diff --git a/c02.tag b/c02.tag index adcc1a8..2c4fd97 100644 Binary files a/c02.tag and b/c02.tag differ diff --git a/vars.c b/vars.c index 0374f5e..2285efa 100644 --- a/vars.c +++ b/vars.c @@ -302,8 +302,10 @@ void vartbl() { int i; DEBUG("Writing Variable Table", 0); + fprintf(logfil, "\n%-31s %s %s %s\n", "Variable", "Type", "Size", "Data"); dlen = 0; for (i=0; i