Clarify lexpop().

This commit is contained in:
David Anderson 2014-07-12 00:09:05 -07:00
parent 3d3e5c40c2
commit 294fdee1e6

View File

@ -1989,7 +1989,7 @@ static void preprocess_in_lex()
sTokenBuffer = &sNormalBuffer; sTokenBuffer = &sNormalBuffer;
} }
// Pops a token off the lex queue. // Pops a token off the token buffer, making it the current token.
static void lexpop() static void lexpop()
{ {
assert(sTokenBuffer->depth > 0); assert(sTokenBuffer->depth > 0);