diff options
Diffstat (limited to 'gdb/cli/cli-decode.h')
-rw-r--r-- | gdb/cli/cli-decode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli/cli-decode.h b/gdb/cli/cli-decode.h index ec89325..a669ba6 100644 --- a/gdb/cli/cli-decode.h +++ b/gdb/cli/cli-decode.h @@ -53,7 +53,7 @@ struct cmd_list_element const char *name; /* Command class; class values are chosen by application program. */ - enum command_class class; + enum command_class theclass; /* When 1 indicated that this command is deprecated. It may be removed from gdb's command set in the future. */ |