--- JSON-XS/XS.xs 2007/08/13 16:05:42 1.57 +++ JSON-XS/XS.xs 2007/08/13 16:06:25 1.58 @@ -63,7 +63,7 @@ #ifdef USE_ITHREADS # define JSON_SLOW 1 #else -# define JSON_SLOW 1 +# define JSON_SLOW 0 #endif static HV *json_stash, *json_boolean_stash; // JSON::XS:: @@ -512,7 +512,6 @@ if (to_json) { - int count; dSP; ENTER; SAVETMPS; PUSHMARK (SP);