Added 1.02 binary for linux

Fixed ending newlines
This commit is contained in:
David Anderson 2004-08-21 18:57:47 +00:00
parent 4bf0a0c6c3
commit 67f81dec2a
3 changed files with 4 additions and 2 deletions

View File

@ -178,4 +178,5 @@ void LabelMngr::PrintList()
{ {
printf("Label:\t%s\t%d\t%d\n", (*i)->sym->sym.c_str(), (*i)->cip, (*i)->sym->line); printf("Label:\t%s\t%d\t%d\n", (*i)->sym->sym.c_str(), (*i)->cip, (*i)->sym->line);
} }
} }

View File

@ -155,4 +155,5 @@ void ProcMngr::CompleteQueue()
} }
} }
} }
} }

Binary file not shown.