[前][次][番号順一覧][スレッド一覧]

ruby-changes:32738

From: nobu <ko1@a...>
Date: Wed, 5 Feb 2014 10:17:33 +0900 (JST)
Subject: [ruby-changes:32738] nobu:r44817 (trunk): yaml/yaml_private.h: include ruby/extconf.h

nobu	2014-02-05 10:17:29 +0900 (Wed, 05 Feb 2014)

  New Revision: 44817

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44817

  Log:
    yaml/yaml_private.h: include ruby/extconf.h
    
    * ext/psych/yaml/yaml_private.h: need ruby/extconf.h for
      HAVE_CONFIG_H.

  Modified files:
    trunk/ext/psych/yaml/yaml_private.h
Index: ext/psych/yaml/yaml_private.h
===================================================================
--- ext/psych/yaml/yaml_private.h	(revision 44816)
+++ ext/psych/yaml/yaml_private.h	(revision 44817)
@@ -1,3 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ext/psych/yaml/yaml_private.h#L1
+#ifdef RUBY_EXTCONF_H
+#include RUBY_EXTCONF_H
+#endif
 
 #if HAVE_CONFIG_H
 #include <config.h>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]