diff options
Diffstat (limited to 'show-parse.c')
-rw-r--r-- | show-parse.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/show-parse.c b/show-parse.c index 9a1f796..b9a2828 100644 --- a/show-parse.c +++ b/show-parse.c @@ -309,6 +309,10 @@ static void do_show_type(struct symbol *sym, struct type_name *name, break; case SYM_RESTRICT: + if (sym->ident) { + prepend(name, "restricted %s ", show_ident(sym->ident)); + return; + } break; case SYM_FOULED: |