many bug fixes

This commit is contained in:
ceriel
1987-02-11 14:29:27 +00:00
parent f18da9078c
commit a6d90aaeec
6 changed files with 64 additions and 44 deletions

View File

@@ -45,7 +45,7 @@ linewarnings()
{
if( !srchline(l->linenr))
{
printf("ERROR: line %d not defined\n",l->linenr);
fprintf(stderr,"ERROR: line %d not defined\n",l->linenr);
errorcnt++;
}
l=l->nextlist;