diff options
Diffstat (limited to 'argp/argp.h')
-rw-r--r-- | argp/argp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/argp/argp.h b/argp/argp.h index 04b4e92806..564db5515a 100644 --- a/argp/argp.h +++ b/argp/argp.h @@ -32,6 +32,10 @@ # define __const const #endif +#ifndef __THROW +# define __THROW +#endif + #ifndef __error_t_defined typedef int error_t; # define __error_t_defined |