diff options
Diffstat (limited to 'gcc/cp/cp-tree.h')
-rw-r--r-- | gcc/cp/cp-tree.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/cp/cp-tree.h b/gcc/cp/cp-tree.h index 529fce4..b79242b 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 *'. */ |