diff options
author | Fernando Nasser <fnasser@redhat.com> | 2000-04-10 15:07:37 +0000 |
---|---|---|
committer | Fernando Nasser <fnasser@redhat.com> | 2000-04-10 15:07:37 +0000 |
commit | 9285ab8042f103833e82d26868ab6cdd1e416004 (patch) | |
tree | 495e909a056533cb17d64e97369e8b38e837b8d9 /gdb/command.h | |
parent | 7930cc7cdc16933973f4084553c1e0b1517b0534 (diff) | |
download | gdb-9285ab8042f103833e82d26868ab6cdd1e416004.zip gdb-9285ab8042f103833e82d26868ab6cdd1e416004.tar.gz gdb-9285ab8042f103833e82d26868ab6cdd1e416004.tar.bz2 |
2000-04-10 Fernando Nasser <fnasser@cygnus.com>
From 2000-04-10 Rodney Brown <rdb@redhat.com>:
* command.h (enum command_class): Remove trailing "," to placate
AIX xlc.
Diffstat (limited to 'gdb/command.h')
-rw-r--r-- | gdb/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/command.h b/gdb/command.h index 3b916d4..20e4fd5 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -33,7 +33,7 @@ enum command_class no_class = -1, class_run = 0, class_vars, class_stack, class_files, class_support, class_info, class_breakpoint, class_trace, class_alias, class_obscure, class_user, class_maintenance, - class_pseudo, class_tui, class_xdb, + class_pseudo, class_tui, class_xdb }; /* Not a set/show command. Note that some commands which begin with |