diff options
author | Kenneth Zadeck <zadeck@naturalbridge.com> | 2014-05-06 16:25:05 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2014-05-06 16:25:05 +0000 |
commit | 807e902eea17f3132488c256c963823976b2348c (patch) | |
tree | e5e1af94eb1502ba893bd6ce4a11f68877ff62a9 /gcc/stor-layout.h | |
parent | 6122336c832dc4dfedc49279549caddce86306ff (diff) | |
download | gcc-807e902eea17f3132488c256c963823976b2348c.tar.gz |
Merge in wide-int.
From-SVN: r210113
Diffstat (limited to 'gcc/stor-layout.h')
-rw-r--r-- | gcc/stor-layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stor-layout.h b/gcc/stor-layout.h index e2f800d3b76..0ff98f8f051 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, |