parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third operand of a WFL...
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Sun, 12 Dec 1999 19:54:35 +0000 (19:54 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Sun, 12 Dec 1999 19:54:35 +0000 (11:54 -0800)
Fri Dec 10 16:13:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
  operand of a WFL, until the Java front-end gets fixed with regard
  to Mark Mitchell's gcc/tree.h patch (1999-12-04.)

From-SVN: r30878

gcc/java/ChangeLog
gcc/java/parse.h

index 2a9a10b813ea85545575ec1b40a517a39e5c8f08..66849c3905bb935874d83e0dbe7d41f8297e214f 100644 (file)
@@ -1,3 +1,9 @@
+Fri Dec 10 16:13:48 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
+
+       * parse.h (EXPR_WFL_QUALIFICATION): Temporary uses the third
+       operand of a WFL, until the Java front-end gets fixed with regard
+       to Mark Mitchell's gcc/tree.h patch (1999-12-04.)
+
 1999-12-10  Andrew Haley  <aph@cygnus.com>
 
        * parse.h (BUILD_THROW): Add support for sjlj-exceptions.
index 692b33e963158caa553c22c58a6385760c3ce9d8..4d3b9ee98e38e4bcebd651f8dbd777d1eef73cb1 100644 (file)
@@ -487,7 +487,7 @@ typedef struct _jdeplist {
   build_expr_wfl ((NODE), input_filename, EXPR_WFL_LINENO ((WFL)),     \
                  EXPR_WFL_COLNO ((WFL)))
 
-#define EXPR_WFL_QUALIFICATION(WFL) TREE_OPERAND ((WFL), 1)
+#define EXPR_WFL_QUALIFICATION(WFL) TREE_OPERAND ((WFL), 2)
 #define QUAL_WFL(NODE) TREE_PURPOSE (NODE)
 #define QUAL_RESOLUTION(NODE) TREE_VALUE (NODE)
 #define QUAL_DECL_TYPE(NODE) GET_SKIP_TYPE (NODE)