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 5e92ad5c24465d57f628b810179c64c860dd965a..90e7f0869820611bfe78a83955646312d4733a46 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 94e32fd82294069edbaba4a70b623f6d19fb7e31..9bb3e558cb8bc197bced81d4b8278e21c047b8cf 100644 (file)
@@ -40,7 +40,7 @@
 # define mbsrtowcs __mbsrtowcs
 #endif
 
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif
 
index 39d2bb4e5b9ba8e9c4dcfdea525ffd2d67fca213..999e25ef3b9705e1ebebc9d29eeae8c43597fb14 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 45db40e9fa46e93374bb1a6727c8c29a25e9a446..0f7fef883535b6cad73533bde7aa432e0f54777b 100644 (file)
@@ -584,7 +584,7 @@ typedef enum
 # endif
 #endif
 
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
 # include "unlocked-io.h"
 #endif