From: Lui Core Date: 2009-07-16T16:09:09+09:00 Subject: Re: bluecloth 2.0.5 Michael Granger wrote: > On Jul 15, 2009, at 11:32 PM, Lui Core wrote: > >> There is a non-standard function bzero() in generate.c, line 671 >> it stops VC from compiling bluecloth. >> why not replace bzero() with standard memset()? > > > Good question; generate.c is code from Discount, so I'm loathe to > change it directly, but I'll add a test for bzero() to the extconf, > and substitute the equivalent memset() if it's not defined. That fix > will be in the next release. I don't (currently) have a Windows > license to test with, so would you mind testing it out before I release? I'd be glad to :) -- Posted via http://www.ruby-forum.com/.