diff options
Diffstat (limited to 'gcc/c-pretty-print.h')
-rw-r--r-- | gcc/c-pretty-print.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-pretty-print.h b/gcc/c-pretty-print.h index bdd92b15f1b..c093300607c 100644 --- a/gcc/c-pretty-print.h +++ b/gcc/c-pretty-print.h @@ -160,5 +160,8 @@ void pp_c_cast_expression (c_pretty_printer, tree); void pp_c_postfix_expression (c_pretty_printer, tree); void pp_c_initializer (c_pretty_printer, tree); void pp_c_literal (c_pretty_printer, tree); +void pp_c_string_literal (c_pretty_printer, tree); +void pp_c_real_literal (c_pretty_printer, tree); +void pp_c_integer_literal (c_pretty_printer, tree); #endif /* GCC_C_PRETTY_PRINTER */ |