Clarify lexpop().
This commit is contained in:
parent
3d3e5c40c2
commit
294fdee1e6
@ -1989,7 +1989,7 @@ static void preprocess_in_lex()
|
||||
sTokenBuffer = &sNormalBuffer;
|
||||
}
|
||||
|
||||
// Pops a token off the lex queue.
|
||||
// Pops a token off the token buffer, making it the current token.
|
||||
static void lexpop()
|
||||
{
|
||||
assert(sTokenBuffer->depth > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user