diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index 928aa1f580f..6a835c0f932 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -298,6 +298,8 @@ extern void output_shared_constant_pool (void); extern void output_object_blocks (void); +extern void output_quoted_string (FILE *, const char *); + /* Whether a constructor CTOR is a valid static constant initializer if all its elements are. This used to be internal to initializer_constant_valid_p and has been exposed to let other functions like categorize_ctor_elements |