From 53ea4c0cbdefeec9f257da577b689368a9de767f Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 10 Jun 2008 02:24:45 +0000 Subject: * include/ruby/encoding.h: not to use varargs.h since requiring C89. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/ruby/encoding.h') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index e67b834c0b..1955a4f205 100644 --- a/include/ruby/encoding.h +++ b/include/ruby/encoding.h @@ -12,11 +12,7 @@ #ifndef RUBY_ENCODING_H #define RUBY_ENCODING_H 1 -#ifdef HAVE_STDARG_PROTOTYPES -# include -#else -# include -#endif +#include #include "ruby/oniguruma.h" #define ENCODING_INLINE_MAX 1023 -- cgit v1.2.3