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 | |
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.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/command.h | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 622c2ba..c8bda64 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +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. + Mon Apr 10 20:17:32 2000 Andrew Cagney <cagney@b1.cygnus.com> * TODO, NEWS: Update. Mention MI. 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 |