No bug - Move a comment back to its proper place.

This commit is contained in:
Ms2ger 2013-07-24 09:25:39 +02:00
parent 57ca175e28
commit b70920b070

View File

@ -99,8 +99,8 @@ struct ParseContext : public GenericParseContext
StmtInfoPC *topStmt; /* top of statement info stack */
StmtInfoPC *topScopeStmt; /* top lexical scope statement */
Rooted<StaticBlockObject *> blockChain;
Node maybeFunction; /* sc->isFunctionBox, the pn where pn->pn_funbox == sc */
/* compile time block scope chain */
Node maybeFunction; /* sc->isFunctionBox, the pn where pn->pn_funbox == sc */
const unsigned staticLevel; /* static compilation unit nesting level */