mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug - Move a comment back to its proper place.
This commit is contained in:
parent
57ca175e28
commit
b70920b070
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user