diff options
Diffstat (limited to 'lib/regex.c')
| -rw-r--r-- | lib/regex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/regex.c b/lib/regex.c index 45db40e9f..d3840704a 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -584,7 +584,7 @@ typedef enum # endif #endif -#ifdef USE_UNLOCKED_IO +#if USE_UNLOCKED_IO # include "unlocked-io.h" #endif @@ -7909,7 +7909,7 @@ re_comp (const char *s) if (!s) { if (!re_comp_buf.buffer) - return gettext ("No previous regular expression"); + return (char *) gettext ("No previous regular expression"); return 0; } |
