many minor fixes and modifications

This commit is contained in:
ceriel
1987-03-20 08:30:31 +00:00
parent 73818f1a53
commit 4e03fc78dd
9 changed files with 43 additions and 18 deletions

View File

@@ -656,7 +656,7 @@ domacro()
SkipRestOfLine();
return;
}
do_line(tk.tk_ival);
do_line((unsigned int) tk.tk_ival);
EoiForNewline = 0;
SkipEscNewline = 0;
}