On Thu, Nov 27, 2008 at 10:52 AM, Charlie Savage <[EMAIL PROTECTED]> wrote: > Hi Felipe, > >> Basically $SUBJECT. I tested this with Ruby 1.9.1-preview1. > > Applied except this part: > > - st_foreach(RHASH(nslist)->tbl, iterate_ns_hash, self); > + st_foreach(RHASH_TBL(nslist), iterate_ns_hash, self); > > RHASH_TBL doesn't exist in Ruby 1.8.6 as far as I can see.
Right, I wonder how I got it to compile... anyway: #ifdef RHASH_TBL st_foreach(RHASH_TBL(nslist), iterate_ns_hash, self); #else st_foreach(RHASH(nslist)->tbl, iterate_ns_hash, self); #endif > ps - next time better to use RubyForge to post the patch so it doesn't get > lost Right, I tried to do that first but I got the RubyForge account several days after I requested it. Cheers. -- Felipe Contreras _______________________________________________ libxml-devel mailing list libxml-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/libxml-devel