From 38c7181dad6eff881c645a4501f1078ffaaf74c3 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 9 May 1997 19:54:40 +0000 Subject: [!__error_t_defined] (__error_t_defined): Define. --- libshouldbeinlibc/argp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libshouldbeinlibc/argp.h') diff --git a/libshouldbeinlibc/argp.h b/libshouldbeinlibc/argp.h index 60310ade..da308be4 100644 --- a/libshouldbeinlibc/argp.h +++ b/libshouldbeinlibc/argp.h @@ -34,6 +34,7 @@ #ifndef __error_t_defined typedef int error_t; +#define __error_t_defined #endif #ifndef __P @@ -379,7 +380,7 @@ extern error_t __argp_parse __P ((__const struct argp *__argp, option --version is added (unless the ARGP_NO_HELP flag is used), which will print this string followed by a newline and exit (unless the ARGP_NO_EXIT flag is used). Overridden by ARGP_PROGRAM_VERSION_HOOK. */ -extern const char *argp_program_version; +extern __const char *argp_program_version; /* If defined or set by the user program to a non-zero value, then a default option --version is added (unless the ARGP_NO_HELP flag is used), which -- cgit v1.2.3