ruby-changes:6638
From: nobu <ko1@a...>
Date: Tue, 22 Jul 2008 16:06:44 +0900 (JST)
Subject: [ruby-changes:6638] Ruby:r18154 (trunk): * regint.h: use "ruby/..." instead of <ruby/...>.
nobu 2008-07-22 16:05:17 +0900 (Tue, 22 Jul 2008) New Revision: 18154 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=18154 Log: * regint.h: use "ruby/..." instead of <ruby/...>. Modified files: trunk/regint.h Index: regint.h =================================================================== --- regint.h (revision 18153) +++ regint.h (revision 18154) @@ -813,7 +813,7 @@ /* strend hash */ typedef void hash_table_type; #ifdef RUBY -#include <ruby/st.h> +#include "ruby/st.h" typedef st_data_t hash_data_type; #else typedef unsigned long hash_data_type; -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/