From 48e251df47c6f00adbd48a23c5fe58a1b406c060 Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 30 Nov 2016 13:55:02 +0000 Subject: Update psych-2.2.1 It fixed segmentation fault related with GC. https://github.com/ruby/psych/pull/296 and removed deprecated code of Ruby 1.8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/psych/psych.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'ext/psych/psych.h') diff --git a/ext/psych/psych.h b/ext/psych/psych.h index 1830ca4b19..6b3d63f246 100644 --- a/ext/psych/psych.h +++ b/ext/psych/psych.h @@ -2,10 +2,7 @@ #define PSYCH_H #include - -#ifdef HAVE_RUBY_ENCODING_H #include -#endif #include -- cgit v1.2.1