diff options
Diffstat (limited to 'gdb/language.h')
-rw-r--r-- | gdb/language.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gdb/language.h b/gdb/language.h index 1ebae16..2ea2dca 100644 --- a/gdb/language.h +++ b/gdb/language.h @@ -473,26 +473,8 @@ extern enum language set_language (enum language); /* Type predicates */ -extern int simple_type (struct type *); - -extern int ordered_type (struct type *); - -extern int same_type (struct type *, struct type *); - -extern int integral_type (struct type *); - -extern int numeric_type (struct type *); - -extern int character_type (struct type *); - -extern int boolean_type (struct type *); - -extern int float_type (struct type *); - extern int pointer_type (struct type *); -extern int structured_type (struct type *); - /* Checks Binary and Unary operations for semantic type correctness. */ /* FIXME: Does not appear to be used. */ #define unop_type_check(v,o) binop_type_check((v),NULL,(o)) |