c-common.h (flag_dump_translation_unit): Remove.
[gcc.git] / gcc / c-dump.h
index 5afdee62bbf67cb537e913e36610a65dc19addd8..5daaa37d72088a520af2836c3e54822aa536ffba 100644 (file)
@@ -53,6 +53,10 @@ struct dump_info
 {
   /* The stream on which to dump the information.  */
   FILE *stream;
+  /* The original node. */
+  tree node;
+  /* User flags. */
+  int flags;
   /* The next unused node index.  */
   unsigned int index;
   /* The next column.  */
@@ -73,6 +77,8 @@ struct dump_info
 #define dump_child(field, child) \
   queue_and_dump_index (di, field, child, DUMP_NONE)
 
+extern void dump_pointer
+  PARAMS ((dump_info_p, const char *, void *));
 extern void dump_int 
   PARAMS ((dump_info_p, const char *, int));
 extern void dump_string