diff options
Diffstat (limited to 'gcc/langhooks-def.h')
-rw-r--r-- | gcc/langhooks-def.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/langhooks-def.h b/gcc/langhooks-def.h index 49f80c0224e..8e3ac96c0ea 100644 --- a/gcc/langhooks-def.h +++ b/gcc/langhooks-def.h @@ -160,7 +160,10 @@ int lhd_tree_dump_type_quals PARAMS ((tree)); #define LANG_HOOKS_FOR_TYPES_INITIALIZER { \ LANG_HOOKS_MAKE_TYPE, \ LANG_HOOKS_TYPE_FOR_MODE, \ - LANG_HOOKS_TYPE_FOR_SIZE \ + LANG_HOOKS_TYPE_FOR_SIZE, \ + LANG_HOOKS_UNSIGNED_TYPE, \ + LANG_HOOKS_SIGNED_TYPE, \ + LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE \ } /* Declaration hooks. */ |