From: Brendan Kehoe Date: Sun, 31 Oct 1999 19:41:33 +0000 (+0000) Subject: * cp-tree.h (flag_dump_translation_unit): Add decl. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79f5f47f761945b6d6af8cd5bbdd3956f2336ecc;p=gcc.git * cp-tree.h (flag_dump_translation_unit): Add decl. From-SVN: r30293 --- diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ab55f8fa7a1..25dd23df1ec 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,7 @@ +1999-10-31 Brendan Kehoe + + * cp-tree.h (flag_dump_translation_unit): Add decl. + Sat Oct 30 22:42:50 1999 Stephen L Moshier * lex.c (yylex): Accept 'f' in mantissa of hex float constant. diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 529fce46a20..b79242bb196 100644 --- a/gcc/cp/cp-tree.h +++ b/gcc/cp/cp-tree.h @@ -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 *'. */