diff options
Diffstat (limited to 'gdb/exceptions.c')
-rw-r--r-- | gdb/exceptions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exceptions.c b/gdb/exceptions.c index e640b5fb70..9219462ac4 100644 --- a/gdb/exceptions.c +++ b/gdb/exceptions.c @@ -239,7 +239,7 @@ throw_exception (struct exception exception) static char *last_message; NORETURN void -throw_reason (enum return_reason reason) +deprecated_throw_reason (enum return_reason reason) { struct exception exception; memset (&exception, 0, sizeof exception); |