diff options
Diffstat (limited to 'symbol.h')
| -rw-r--r-- | symbol.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -315,6 +315,7 @@ extern void bind_symbol(struct symbol *, struct ident *, enum namespace); extern struct symbol *examine_symbol_type(struct symbol *); extern struct symbol *examine_pointer_target(struct symbol *); +extern const char *show_as(unsigned int as); extern const char *show_typename(struct symbol *sym); extern const char *builtin_typename(struct symbol *sym); extern const char *builtin_ctypename(struct ctype *ctype); |
