From 807e902eea17f3132488c256c963823976b2348c Mon Sep 17 00:00:00 2001 From: Kenneth Zadeck Date: Tue, 6 May 2014 16:25:05 +0000 Subject: Merge in wide-int. From-SVN: r210113 --- gcc/stor-layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/stor-layout.h') diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h index e2f800d..0ff98f8 100644 --- a/gcc/stor-layout.h +++ b/gcc/stor-layout.h @@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_STOR_LAYOUT_H #define GCC_STOR_LAYOUT_H -extern void set_min_and_max_values_for_integral_type (tree, int, bool); +extern void set_min_and_max_values_for_integral_type (tree, int, signop); extern void fixup_signed_type (tree); extern void internal_reference_types (void); extern unsigned int update_alignment_for_field (record_layout_info, tree, -- cgit v1.1