From 294fdee1e67d82fb858b6cae13a2537b1e607fa8 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 12 Jul 2014 00:09:05 -0700 Subject: [PATCH] Clarify lexpop(). --- sourcepawn/compiler/sc2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/compiler/sc2.c b/sourcepawn/compiler/sc2.c index 877a7ef3..8b10176b 100644 --- a/sourcepawn/compiler/sc2.c +++ b/sourcepawn/compiler/sc2.c @@ -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);