From 8fc49d2a86bb2449e526dc78243902b5649960db Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sun, 11 Sep 2016 02:32:06 +0900 Subject: don't check for stdarg --- include/ruby/intern.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/ruby/intern.h') diff --git a/include/ruby/intern.h b/include/ruby/intern.h index 48608f32c3..134bd86832 100644 --- a/include/ruby/intern.h +++ b/include/ruby/intern.h @@ -26,11 +26,7 @@ extern "C" { #include RUBY_EXTCONF_H #endif -#ifdef HAVE_STDARG_PROTOTYPES # include -#else -# include -#endif #include "ruby/st.h" -- cgit v1.2.3