error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
authorSimon Josefsson <simon@josefsson.org>
Mon, 4 Oct 2004 20:30:46 +0000 (20:30 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 4 Oct 2004 20:30:46 +0000 (20:30 +0000)
'#ifdef USE_UNLOCKED_IO'.

lib/ChangeLog
lib/error.c
lib/md5.c
lib/regex.c

index 5e92ad5..90e7f08 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-04  Simon Josefsson  <jas@extundo.com>
+
+       * error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
+       '#ifdef USE_UNLOCKED_IO'.
+
 2004-10-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * argmatch.c, closeout.c, error.c, exclude.c, getdate.y,
index 94e32fd..9bb3e55 100644 (file)
@@ -40,7 +40,7 @@
 # define mbsrtowcs __mbsrtowcs
 #endif
 
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif
 
index 39d2bb4..999e25e 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
@@ -29,7 +29,7 @@
 #include <stddef.h>
 #include <string.h>
 
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif
 
index 45db40e..0f7fef8 100644 (file)
@@ -584,7 +584,7 @@ typedef enum
 # endif
 #endif
 
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif