bug fixes after test-suite

This commit is contained in:
eck
1990-03-29 10:41:46 +00:00
parent e16a40c84c
commit f2e782cf95
5 changed files with 28 additions and 9 deletions

View File

@@ -764,7 +764,7 @@ do_line(l)
int t = GetToken(&tk);
static char *saved_name = (char *)0;
SkipToNewLine();
if (t != EOI) SkipToNewLine();
LineNumber = l; /* the number of the next input line */
if (t == STRING) { /* is there a filespecifier? */
extern char *source; /* defined in main.c */