mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
merge revision(s) ed3d8f74ec
:
Delete a macro that has never been used, probably added by mistake --- util.c | 7 ------- 1 file changed, 7 deletions(-)
This commit is contained in:
parent
122b510b94
commit
24d7a1c6e7
2 changed files with 1 additions and 8 deletions
7
util.c
7
util.c
|
@ -208,13 +208,6 @@ ruby_strtoul(const char *str, char **endptr, int base)
|
|||
#ifdef HAVE_UNISTD_H
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#if defined(HAVE_FCNTL_H)
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
|
||||
#ifndef S_ISDIR
|
||||
# define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
||||
#endif
|
||||
|
||||
typedef int (cmpfunc_t)(const void*, const void*, void*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue