(argp_parse, __argp_parse): Remove __THROW.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Sep 2003 05:46:27 +0000 (05:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Sep 2003 05:46:27 +0000 (05:46 +0000)
argp/argp.h

index d2ceea1..7d2dca2 100644 (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);
 \f
 /* Global variables.  */