tidy binaries
Cory Nelson <[email protected]>
| Newsgroups | gmane.comp.web.html-tidy.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello all, I have updated the tidy binaries page with the latest sources. Sorry it took so long, I've been busy as of late. minor patchwork on tidy.c line 587- warning about casting on const. this fixes it: const TidyOption* e1 = (const TidyOption*)e1_; const TidyOption* e2 = (const TidyOption*)e2_; I wanted to get a 64-bit build out there, but noticed there is casting between pointers and ulong (which is 32-bit) all over the place. Is there a reason these weren't just kept as pointers? -- Cory Nelson http://www.int64.org ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_idt12&alloc_id344&op=click