(argp_parse, __argp_parse): Remove __THROW.

This commit is contained in:
Ulrich Drepper 2003-09-16 05:46:27 +00:00
parent 6d60c4805a
commit 005f8d9272
1 changed files with 2 additions and 2 deletions

View File

@ -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. */