Bugfix (stray #)
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -150,7 +150,7 @@ | ... | @@ -150,7 +150,7 @@ |
150 | #if defined GNULIB_ARGP_DISABLE_DIRNAME | 150 | #if defined GNULIB_ARGP_DISABLE_DIRNAME |
151 | # define __argp_base_name(arg) arg | 151 | # define __argp_base_name(arg) arg |
152 | #elif defined GNULIB_ARGP_EXTERN_BASENAME | 152 | #elif defined GNULIB_ARGP_EXTERN_BASENAME |
153 | # extern char *__argp_base_name(const char *arg); | 153 | extern char *__argp_base_name(const char *arg); |
154 | #else | 154 | #else |
155 | # include "dirname.h" | 155 | # include "dirname.h" |
156 | # define __argp_base_name base_name | 156 | # define __argp_base_name base_name | ... | ... |
-
Please register or sign in to post a comment