ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/JSON-XS/XS.xs
(Generate patch)

Comparing JSON-XS/XS.xs (file contents):
Revision 1.33 by root, Wed May 23 20:26:40 2007 UTC vs.
Revision 1.34 by root, Wed May 23 22:07:13 2007 UTC

374 // that randomises hash orderings 374 // that randomises hash orderings
375 if (enc->flags & F_CANONICAL) 375 if (enc->flags & F_CANONICAL)
376 { 376 {
377 int fast = 1; 377 int fast = 1;
378 HE *he; 378 HE *he;
379#if WIN32 379#if defined(__BORLANDC__) || defined(_MSC_VER)
380 HE **hes = _alloca (count * sizeof (HE)); 380 HE **hes = _alloca (count * sizeof (HE));
381#else 381#else
382 HE *hes [count]; // if your compiler dies here, you need to enable C99 mode 382 HE *hes [count]; // if your compiler dies here, you need to enable C99 mode
383#endif 383#endif
384 384

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines