Put #undef where it belongs.

This commit is contained in:
Brendan Eich 2011-03-07 17:58:03 -08:00
parent 98245b8ece
commit 4d0566abce

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