mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Delete a macro that has never been used, probably added by mistake
This commit is contained in:
parent
c227ae7e64
commit
ed3d8f74ec
Notes:
git
2023-07-14 09:35:42 +00:00
1 changed files with 0 additions and 7 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