From 1ccdcbff40a62554c860446eb5f9e37bf1460f90 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 5 Oct 2004 06:05:20 +0000 Subject: [PATCH] Sync from gnulib. --- lib/error.c | 2 +- lib/md5.c | 2 +- lib/regex.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/error.c b/lib/error.c index 94e32fd822..9bb3e558cb 100644 --- a/lib/error.c +++ b/lib/error.c @@ -40,7 +40,7 @@ # define mbsrtowcs __mbsrtowcs #endif -#ifdef USE_UNLOCKED_IO +#if USE_UNLOCKED_IO # include "unlocked-io.h" #endif diff --git a/lib/md5.c b/lib/md5.c index 39d2bb4e5b..999e25ef3b 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -29,7 +29,7 @@ #include #include -#ifdef USE_UNLOCKED_IO +#if USE_UNLOCKED_IO # include "unlocked-io.h" #endif diff --git a/lib/regex.c b/lib/regex.c index 45db40e9fa..d3840704a0 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; } -- 2.47.2