X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fargp.h;h=23f88972d3166012877c37c1b41ccbbe9892d6a5;hb=cbac3adb4a18516cbcc02808c4624fb3f0db6fb4;hp=461be0a08caaf805e1aaa9ed4d4a230b36317cdf;hpb=79da92e29298a3ec3d620ca21307ea13bf826d17;p=gnulib.git diff --git a/lib/argp.h b/lib/argp.h index 461be0a08..23f88972d 100644 --- a/lib/argp.h +++ b/lib/argp.h @@ -379,11 +379,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. */