From 005f8d92720387e74ab5decd8407c2c50a6e454e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 16 Sep 2003 05:46:27 +0000 Subject: (argp_parse, __argp_parse): Remove __THROW. --- argp/argp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'argp/argp.h') diff --git a/argp/argp.h b/argp/argp.h index d2ceea1b80..7d2dca2a61 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -380,11 +380,11 @@ struct argp_state extern error_t argp_parse (__const struct argp *__restrict __argp, int __argc, char **__restrict __argv, unsigned __flags, int *__restrict __arg_index, - void *__restrict __input) __THROW; + void *__restrict __input); extern error_t __argp_parse (__const struct argp *__restrict __argp, int __argc, char **__restrict __argv, unsigned __flags, int *__restrict __arg_index, - void *__restrict __input) __THROW; + void *__restrict __input); /* Global variables. */ -- cgit v1.2.3