input.h: If USE_MAPPED_LOCATION...
authorPer Bothner <per@bothner.com>
Thu, 15 Jul 2004 00:02:30 +0000 (17:02 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 15 Jul 2004 00:02:30 +0000 (17:02 -0700)
commitaa3c6dc1604edf2119da7cf6d39c6afab3a676d7
tree590981ecbc489c808f0c696cd08606defbd93ffa
parent368b7a304e674df0e140b6dc164e670650c56486
input.h: If USE_MAPPED_LOCATION...

* input.h:  If USE_MAPPED_LOCATION, define separate expanded_location
structure with extra column field.
* tree.c (expand_location):  Also fill in column field.
* gengtype-lex.l:  Ignore expanded_location typedef, sinze gengtype
gets confused by the two conditionally-compiled definitions.

From-SVN: r84721
gcc/ChangeLog
gcc/gengtype-lex.l
gcc/input.h
gcc/tree.c