2007-01-18 Bruno Haible <bruno@clisp.org>
[gnulib.git] / lib / unlinkdir.h
index f705f12..6582418 100644 (file)
@@ -21,7 +21,7 @@
 #include <stdbool.h>
 
 #if UNLINK_CANNOT_UNLINK_DIR
-static bool cannot_unlink_dir (void) { return true; }
+# define cannot_unlink_dir() true
 #else
 bool cannot_unlink_dir (void);
 #endif