From e14e360e8bf529677e7ba7a5a7ee4c6100aff2b0 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: http://svn.ruby-lang.org/repos/ruby/trunk@17066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/encoding.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'include/ruby') diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h index e67b834c0..1955a4f20 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