Commit 79f5f47f by Brendan Kehoe Committed by Brendan Kehoe

* cp-tree.h (flag_dump_translation_unit): Add decl.

From-SVN: r30293
parent 31ec4e5e
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> Sat Oct 30 22:42:50 1999 Stephen L Moshier <moshier@mediaone.net>
* lex.c (yylex): Accept 'f' in mantissa of hex float constant. * lex.c (yylex): Accept 'f' in mantissa of hex float constant.
......
...@@ -873,6 +873,11 @@ extern int warn_return_type; ...@@ -873,6 +873,11 @@ extern int warn_return_type;
extern int flag_const_strings; 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 /* Nonzero means warn about deprecated conversion from string constant to
`char *'. */ `char *'. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment