]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/c-common.h
* c-common.c (fix_string_type): Split out of ...
[thirdparty/gcc.git] / gcc / c-common.h
index f44b0c3a46ccde6efbb3d13d34c89d14673a8f0f..873fa4a2919b6dd9a008e9365c4a0d5a491b576e 100644 (file)
@@ -530,12 +530,13 @@ extern tree c_expand_expr_stmt                    PARAMS ((tree));
 extern void c_expand_start_cond                        PARAMS ((tree, int, tree));
 extern void c_finish_then                       PARAMS ((void));
 extern void c_expand_start_else                        PARAMS ((void));
-extern void c_finish_else                   PARAMS ((void));
+extern void c_finish_else                      PARAMS ((void));
 extern void c_expand_end_cond                  PARAMS ((void));
 /* Validate the expression after `case' and apply default promotions.  */
 extern tree check_case_value                   PARAMS ((tree));
-/* Concatenate a list of STRING_CST nodes into one STRING_CST.  */
-extern tree combine_strings                    PARAMS ((tree));
+extern tree fix_string_type                    PARAMS ((tree));
+struct varray_head_tag;
+extern tree combine_strings            PARAMS ((struct varray_head_tag *));
 extern void constant_expression_warning                PARAMS ((tree));
 extern tree convert_and_check                  PARAMS ((tree, tree));
 extern void overflow_warning                   PARAMS ((tree));