aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-pretty-print.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-pretty-print.h')
-rw-r--r--gcc/tree-pretty-print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-pretty-print.h b/gcc/tree-pretty-print.h
index 9f59328..5434e80 100644
--- a/gcc/tree-pretty-print.h
+++ b/gcc/tree-pretty-print.h
@@ -25,7 +25,7 @@ along with GCC; see the file COPYING3. If not see
#include "pretty-print.h"
#define pp_unsupported_tree(PP, T) \
- pp_verbatim (PP, "#%qs not supported by %s#", \
+ pp_verbatim (PP, "%qs not supported by %s", \
get_tree_code_name (TREE_CODE (T)), __FUNCTION__)
#define pp_ti_abstract_origin(TI) ((tree *) (TI)->x_data)