diff options
| author | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-11 15:40:55 +0000 |
|---|---|---|
| committer | espindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-11 15:40:55 +0000 |
| commit | 11773141a9a1b8b945255eb8dbcde0d9e25c4e6f (patch) | |
| tree | 09e966f66888827cc56e0e29aacd33c5d45e7819 /gcc/c-common.h | |
| parent | 2bff6d8b45f3a32ac3ecd70e9f3898f8feba88b5 (diff) | |
| download | ppe42-gcc-11773141a9a1b8b945255eb8dbcde0d9e25c4e6f.tar.gz ppe42-gcc-11773141a9a1b8b945255eb8dbcde0d9e25c4e6f.zip | |
really remove signed(_or_unsigned)?_type langhooks
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125621 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-common.h')
| -rw-r--r-- | gcc/c-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-common.h b/gcc/c-common.h index 62032c62c68..1a9a3e57900 100644 --- a/gcc/c-common.h +++ b/gcc/c-common.h @@ -675,6 +675,7 @@ extern int c_common_handle_option (size_t code, const char *arg, int value); extern bool c_common_missing_argument (const char *opt, size_t code); extern tree c_common_type_for_mode (enum machine_mode, int); extern tree c_common_type_for_size (unsigned int, int); +extern tree c_common_unsigned_type (tree); extern tree c_common_signed_type (tree); extern tree c_common_signed_or_unsigned_type (int, tree); extern tree c_build_bitfield_integer_type (unsigned HOST_WIDE_INT, int); |

