aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-09-11 02:32:06 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-09-11 02:34:10 +0900
commit8fc49d2a86bb2449e526dc78243902b5649960db (patch)
tree2249abc19373cd46cd5363d74f48686e367040bc /include/ruby/intern.h
parent3bb183188d5ee8adee9ac36f7983853dc2f1a836 (diff)
downloadruby-wip-topic/dont-check-prototype-arg-support.tar.gz
Diffstat (limited to 'include/ruby/intern.h')
-rw-r--r--include/ruby/intern.h4
1 files changed, 0 insertions, 4 deletions
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 <stdarg.h>
-#else
-# include <varargs.h>
-#endif
#include "ruby/st.h"