From 1da0617be9aaa718605bf23830d556d97bdcfd81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Mon, 27 Nov 2000 22:00:28 +0100 Subject: [PATCH] * src/argp/argp.h: Dummy definition of __THROW. Rev: src/argp/argp.h:1.9 --- src/argp/argp.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/argp/argp.h b/src/argp/argp.h index ee59d259..b7962393 100644 --- a/src/argp/argp.h +++ b/src/argp/argp.h @@ -28,6 +28,10 @@ #define __need_error_t #include +#ifndef __THROW +# define __THROW +#endif + #ifndef __const # define __const const #endif -- GitLab