aboutsummaryrefslogtreecommitdiff
path: root/gdb/common/signals.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/signals.c')
-rw-r--r--gdb/common/signals.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/common/signals.c b/gdb/common/signals.c
index ddcc1f3..717a337 100644
--- a/gdb/common/signals.c
+++ b/gdb/common/signals.c
@@ -55,10 +55,8 @@ static const struct {
const char *string;
} signals [] =
{
-#define SET(symbol, constant, name, string) ANY (symbol, name, string)
-#define ANY(symbol, name, string) { name, string },
+#define SET(symbol, constant, name, string) { name, string },
#include "gdb/signals.def"
-#undef ANY
#undef SET
};