aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/defines.h')
-rw-r--r--include/ruby/defines.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/ruby/defines.h b/include/ruby/defines.h
index 8474179515..250b7b7ce2 100644
--- a/include/ruby/defines.h
+++ b/include/ruby/defines.h
@@ -197,10 +197,8 @@ void *xrealloc(void*,size_t) RUBY_ATTR_ALLOC_SIZE((2));
void *xrealloc2(void*,size_t,size_t) RUBY_ATTR_ALLOC_SIZE((2,3));
void xfree(void*);
-#define STRINGIZE(expr) STRINGIZE0(expr)
-#ifndef STRINGIZE0
#define STRINGIZE0(expr) #expr
-#endif
+#define STRINGIZE(expr) STRINGIZE0(expr)
#ifdef HAVE_LONG_LONG
# define HAVE_TRUE_LONG_LONG 1