From 2060536186591d118d3d3f251ac803f745bd4225 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Wed, 2 Jun 2004 21:01:55 +0000 Subject: 2004-06-02 Albert Chin-A-Young Committed by Andrew Cagney. * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma after last enum constant to avoid error from IBM C compiler. --- gdb/dictionary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/dictionary.c') 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. */ -- cgit v1.1