* cp-tree.h (flag_dump_translation_unit): Add decl.
authorBrendan Kehoe <brendan@cygnus.com>
Sun, 31 Oct 1999 19:41:33 +0000 (19:41 +0000)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Sun, 31 Oct 1999 19:41:33 +0000 (14:41 -0500)
From-SVN: r30293

gcc/cp/ChangeLog
gcc/cp/cp-tree.h

index ab55f8f..25dd23d 100644 (file)
@@ -1,3 +1,7 @@
+1999-10-31  Brendan Kehoe  <brendan@cygnus.com>
+
+       * cp-tree.h (flag_dump_translation_unit): Add decl.
+
 Sat Oct 30 22:42:50 1999  Stephen L Moshier <moshier@mediaone.net>
 
        * lex.c (yylex): Accept 'f' in mantissa of hex float constant.
index 529fce4..b79242b 100644 (file)
@@ -873,6 +873,11 @@ extern int warn_return_type;
 
 extern int flag_const_strings;
 
+/* If non-NULL, dump the tree structure for the entire translation
+   unit to this file.  */
+
+extern char *flag_dump_translation_unit;
+
 /* Nonzero means warn about deprecated conversion from string constant to
    `char *'.  */