error.c, md5.c, regex.c: Use '#if USE_UNLOCKED_IO' instead of
[pspp] / lib / error.c
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