Fix position reporting on unterminated preprocessor conditional
commitb5529f4bd132d7e711747457671adb2ba7f43d4f
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 22:52:43 +0000 (19 15:52 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 19 May 2005 22:52:43 +0000 (19 15:52 -0700)
treed851143190812a7e4a99edd4688b80748efab19e
parent5213bc46472b1181aa6111b5d4814a0fbca69282
Fix position reporting on unterminated preprocessor conditional

Luc Van Oostenryck points out that we free all the preprocessor tokens
after processing these days, so that pointing back to them for position
reporting isn't very clever any more.

Fix by just saving the position instead of the token instead.
pre-process.c