java-tree.h: Redefine some macros and add soem declaration to handle the USE_MAPPED_L...
authorPer Bothner <per@bothner.com>
Thu, 30 Sep 2004 02:16:00 +0000 (19:16 -0700)
committerPer Bothner <bothner@gcc.gnu.org>
Thu, 30 Sep 2004 02:16:00 +0000 (19:16 -0700)
commitd68acc044e8b214f490718612e1c2d1a122813eb
tree3fa17ee92a3bfa8794ed1b9bee93f0ebb4d2e19b
parent7ce3fc8ffed7f487ea24b17a01ace93082787d5e
java-tree.h: Redefine some macros and add soem declaration to handle the USE_MAPPED_LOCATION...

* java-tree.h:  Redefine some macros and add soem declaration
to handle the USE_MAPPED_LOCATION case.
* parse.h (EXPR_WFL_QUALIFICATION):  Use operand 1, not 2.
* java-tree.h (EXPR_WFL_FILENAME_NODE):  Use operand 2, not 1.
* java-tree.def (EXPR_WITH_FILE_LOCATION): Only need two operands in
USE_MAPPED_LOCATION case, since EXPR_WFL_FILENAME_NODE is gone.

From-SVN: r88323
gcc/java/ChangeLog
gcc/java/java-tree.def
gcc/java/java-tree.h
gcc/java/parse.h