'#ifdef USE_UNLOCKED_IO'.
+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,
# define mbsrtowcs __mbsrtowcs
#endif
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
# include "unlocked-io.h"
#endif
#include <stddef.h>
#include <string.h>
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
# include "unlocked-io.h"
#endif
# endif
#endif
-#ifdef USE_UNLOCKED_IO
+#if USE_UNLOCKED_IO
# include "unlocked-io.h"
#endif