zlaski 02/09/23 18:15:03
Modified: gcc/cp cp-dmp-tree.c
Log:
Fix obvious merge bogosity.
Revision Changes Path
1.42 +4 -8 gcc3/gcc/cp/cp-dmp-tree.c
Index: cp-dmp-tree.c
===================================================================
RCS file: /cvs/Darwin/gcc3/gcc/cp/cp-dmp-tree.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- cp-dmp-tree.c 2002/08/26 20:08:07 1.41
+++ cp-dmp-tree.c 2002/09/24 01:15:03 1.42
@@ -885,18 +885,14 @@
}
static void
-print_WRAPPER (FILE *file ATTRIBUTE_UNUSED,
+print_WRAPPER (FILE *file,
const char *annotation ATTRIBUTE_UNUSED,
- tree node ATTRIBUTE_UNUSED,
+ tree node,
int indent ATTRIBUTE_UNUSED)
{
-#if 0 /* APPLE MERGE update this */
+ /* TODO: Print out tree_common. */
fprintf (file, " ptr=");
- fprintf (file, HOST_PTR_PRINTF, HOST_PTR_PRINTF_VALUE (WRAPPER_PTR (node)));
- fprintf (file, " or int=%d (", WRAPPER_INT (node));
- fprintf (file, HOST_PTR_PRINTF, WRAPPER_INT (node));
- fprintf (file, ")");
-#endif
+ fprintf (file, HOST_PTR_PRINTF, HOST_PTR_PRINTF_VALUE (WRAPPER_ZC (node)));
}
static void