From ba41d5499ac148cc864f23b05ff52a9c9c67cab1 Mon Sep 17 00:00:00 2001 From: "J.T. Conklin" Date: Thu, 1 Mar 2001 21:56:35 +0000 Subject: * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration. (MAX_OF_TYPE): Wrap macro definition in parenthesis. (MIN_OF_TYPE): Likewise. * memattr.h (mem_access_mode): Removed extraneous trailing comma. --- gdb/memattr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/memattr.h') diff --git a/gdb/memattr.h b/gdb/memattr.h index 1af276b5169..75b5f781c1d 100644 --- a/gdb/memattr.h +++ b/gdb/memattr.h @@ -6,7 +6,7 @@ enum mem_access_mode { MEM_RW, /* read/write */ MEM_RO, /* read only */ - MEM_WO, /* write only */ + MEM_WO /* write only */ }; enum mem_access_width -- cgit v1.2.1