Handle preprocessor "# <nr> <file>" the same as #line <nr> <file>".
commit2c8642d050665a996ccbbc334fd0cb1a92350c72
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 31 Jul 2004 22:26:35 +0000 (31 15:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:02:27 +0000 (7 21:02 -0700)
tree601d83445c1941e91633ebaa185dad26f72908a7
parentc014b26fbf3458f45627a313a88dddb228509994
Handle preprocessor "# <nr> <file>" the same as #line <nr> <file>".

This is the format gcc will output the line information in, for example.

We still don't actually _use_ the information, and perhaps never will,
but at least we'll silently ignore it rather than complain.
pre-process.c