diff options
Diffstat (limited to 'show-parse.c')
| -rw-r--r-- | show-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/show-parse.c b/show-parse.c index 3364aec5..825db692 100644 --- a/show-parse.c +++ b/show-parse.c @@ -125,6 +125,7 @@ const char *modifier_string(unsigned long mod) {MOD_EXTERN, "extern"}, {MOD_CONST, "const"}, {MOD_VOLATILE, "volatile"}, + {MOD_RESTRICT, "restrict"}, {MOD_SIGNED, "[signed]"}, {MOD_UNSIGNED, "[unsigned]"}, {MOD_CHAR, "[char]"}, |
