From 3cea478e5e3d4c0e01d29127ad3efcdf07bb9c22 Mon Sep 17 00:00:00 2001 From: Stephen Heumann Date: Sun, 2 Oct 2022 22:05:05 -0500 Subject: [PATCH] Clarify a comment. --- Parser.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Parser.pas b/Parser.pas index fdb52fa..04dbd52 100644 --- a/Parser.pas +++ b/Parser.pas @@ -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;