From 7ece23bf745306479f5a05d16ec64eb4460af2ba Mon Sep 17 00:00:00 2001 From: Matt Valentine-House Date: Fri, 10 Feb 2023 12:08:39 +0000 Subject: [PATCH] Remove duplicate definitions These are defined in ruby/internal/config.h which is included in this file already. --- ruby-runner.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/ruby-runner.c b/ruby-runner.c index e1a53d5236..1e9b560817 100644 --- a/ruby-runner.c +++ b/ruby-runner.c @@ -13,9 +13,6 @@ const char MJIT_HEADER[] = BUILDDIR "/" MJIT_MIN_HEADER; #else -#define STRINGIZE(expr) STRINGIZE0(expr) -#define STRINGIZE0(expr) #expr - static void insert_env_path(const char *envname, const char *paths, size_t size, int prepend) {