Put #undef where it belongs.

This commit is contained in:
Brendan Eich 2011-03-07 17:58:03 -08:00
parent 0d8a57b2c1
commit c363c2122c

View File

@ -5540,8 +5540,7 @@ ReconstructPCStack(JSContext *cx, JSScript *script, jsbytecode *target,
}
LOCAL_ASSERT(pc == target);
return pcdepth;
#undef LOCAL_ASSERT
}
#undef LOCAL_ASSERT
#undef LOCAL_ASSERT_RV