Clarify a comment.

This commit is contained in:
Stephen Heumann 2022-10-02 22:05:05 -05:00
parent 53baef0fb3
commit 3cea478e5e
1 changed files with 1 additions and 1 deletions

View File

@ -3397,7 +3397,7 @@ procedure DoDeclaration {doingPrototypes: boolean};
{ process a variable or function declaration }
{ }
{ parameters: }
{ doingPrototypes - are we processing a parameter list? }
{ doingPrototypes - is this a prototype parameter decl? }
label 1,2,3,4;