aboutsummaryrefslogtreecommitdiff
path: root/gdb/dictionary.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-06-02 21:01:55 +0000
committerAndrew Cagney <cagney@redhat.com>2004-06-02 21:01:55 +0000
commit2060536186591d118d3d3f251ac803f745bd4225 (patch)
treea69a6e57fc846a5799d279ba75a7632aad40b467 /gdb/dictionary.c
parent1da28ab05f6e368b4be1b53e1c2bb887b635994c (diff)
downloadfsf-binutils-gdb-2060536186591d118d3d3f251ac803f745bd4225.zip
fsf-binutils-gdb-2060536186591d118d3d3f251ac803f745bd4225.tar.gz
fsf-binutils-gdb-2060536186591d118d3d3f251ac803f745bd4225.tar.bz2
2004-06-02 Albert Chin-A-Young <china@thewrittenword.com>
Committed by Andrew Cagney. * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma after last enum constant to avoid error from IBM C compiler.
Diffstat (limited to 'gdb/dictionary.c')
-rw-r--r--gdb/dictionary.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dictionary.c b/gdb/dictionary.c
index a5f1a0e..09851ef 100644
--- a/gdb/dictionary.c
+++ b/gdb/dictionary.c
@@ -99,7 +99,7 @@ enum dict_type
/* Symbols are stored in a fixed-size array. */
DICT_LINEAR,
/* Symbols are stored in an expandable array. */
- DICT_LINEAR_EXPANDABLE,
+ DICT_LINEAR_EXPANDABLE
};
/* The virtual function table. */