diff options
| -rw-r--r-- | pp.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -337,6 +337,7 @@ directive(void)  		tokencheck(&tok, TNUMBER, "after #line");  line:  		newloc.line = strtoull(tok.lit, NULL, 0); +		newloc.col = 1;  		scan(&tok);  		newloc.file = tok.loc.file;  		if (tok.kind == TSTRINGLIT) { | 
