Remove all mentions of imacros from js/src. Bug 708836, r=sfink.

This commit is contained in:
Jason Orendorff
2011-12-08 16:17:55 -06:00
parent 56ba0dd3b0
commit bc0fe36cea
9 changed files with 9 additions and 52 deletions

View File

@@ -342,7 +342,7 @@ js_GetIndexFromBytecode(JSContext *cx, JSScript *script, jsbytecode *pc,
JS_BEGIN_MACRO \
JS_ASSERT(*(pc) != JSOP_DOUBLE); \
uintN index_ = js_GetIndexFromBytecode(cx, (script), (pc), (pcoff)); \
JS_GET_SCRIPT_ATOM(script, pc, index_, atom); \
(atom) = (script)->getAtom(index_); \
JS_END_MACRO
#define GET_DOUBLE_FROM_BYTECODE(script, pc, pcoff, dbl) \