Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-09-06 17:34:03 +0400
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-09-06 17:34:03 +0400
commit0d6baa8f58263cc0a6840e7eb3fc30ff6a52456a (patch)
tree4d5702aec75cb6a005b05421cd59cf063b092053 /include/gdb/signals.h
parentd2cc418e6e0af626e583d937058b727c03615f3e (diff)
gdb/
* common/signals.c (ANY): Remove. (SET): No longer use ANY. include/gdb/ * signals.def: Replace all ANY uses by SET with specific numbers. * signals.h (ANY): Remove.
Diffstat (limited to 'include/gdb/signals.h')
-rw-r--r--include/gdb/signals.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gdb/signals.h b/include/gdb/signals.h
index ce8c4ba16..22163446a 100644
--- a/include/gdb/signals.h
+++ b/include/gdb/signals.h
@@ -53,10 +53,7 @@ enum target_signal
{
#define SET(symbol, constant, name, string) \
symbol = constant,
-#define ANY(symbol, name, string) \
- symbol,
#include "gdb/signals.def"
-#undef ANY
#undef SET
};