mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 16:44:01 +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
|
#ifdef HAVE_UNISTD_H
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#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*);
|
typedef int (cmpfunc_t)(const void*, const void*, void*);
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
|
||||||
#define RUBY_VERSION_TEENY 5
|
#define RUBY_VERSION_TEENY 5
|
||||||
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
|
||||||
#define RUBY_PATCHLEVEL 253
|
#define RUBY_PATCHLEVEL 254
|
||||||
|
|
||||||
#define RUBY_RELEASE_YEAR 2024
|
#define RUBY_RELEASE_YEAR 2024
|
||||||
#define RUBY_RELEASE_MONTH 5
|
#define RUBY_RELEASE_MONTH 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue