X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.c;h=d3840704a02a09d68f6f3748ac9059c5f84dac24;hb=7cf6336f44640e772242831f5d2ef0247215886b;hp=45db40e9fa46e93374bb1a6727c8c29a25e9a446;hpb=917752adb19961999cd68c6c961efffe33c85141;p=gnulib.git 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; }