summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--dln_find.c2
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@
Fri Dec 10 20:05:42 2010 Nobuyoshi Nakada <[email protected]>
* template/id.h.tmpl (ruby_method_ids): suppress warnings.
@@ -57,7 +57,7 @@ void *xrealloc();
#include <sys/stat.h>
#ifndef S_ISDIR
-# define S_ISDIR(m) ((m & S_IFMT) == S_IFDIR)
#endif
#ifdef HAVE_SYS_PARAM_H