diff options
Diffstat (limited to 'gcc/cp/parser.c')
-rw-r--r-- | gcc/cp/parser.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cp/parser.c b/gcc/cp/parser.c index 840a30d..090482c 100644 --- a/gcc/cp/parser.c +++ b/gcc/cp/parser.c @@ -3667,6 +3667,7 @@ cp_parser_userdef_numeric_literal (cp_parser *parser) /* Parse a user-defined string constant. Returns a call to a user-defined literal operator taking a character pointer and the length of the string as arguments. */ + static tree cp_parser_userdef_string_literal (cp_token *token) { |