mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Remove duplicate definitions
These are defined in ruby/internal/config.h which is included in this file already.
This commit is contained in:
parent
dc715af53b
commit
7ece23bf74
Notes:
git
2023-02-10 16:53:40 +00:00
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@
|
||||||
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
|
const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER;
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#define STRINGIZE(expr) STRINGIZE0(expr)
|
|
||||||
#define STRINGIZE0(expr) #expr
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
insert_env_path(const char *envname, const char *paths, size_t size, int prepend)
|
insert_env_path(const char *envname, const char *paths, size_t size, int prepend)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue