mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-07 17:26:14 +02:00
* fix typo in comment
This commit is contained in:
parent
68668c649e
commit
032cbc54a7
@ -1778,7 +1778,7 @@ implementation
|
|||||||
else
|
else
|
||||||
inc(l.svalue);
|
inc(l.svalue);
|
||||||
first:=false;
|
first:=false;
|
||||||
{ don't generate enum members is this is a specialization because aktenumdef is copied from the generic type }
|
{ don't generate enum members if this is a specialization because aktenumdef is copied from the generic type }
|
||||||
if not is_specialize then
|
if not is_specialize then
|
||||||
begin
|
begin
|
||||||
storepos:=current_tokenpos;
|
storepos:=current_tokenpos;
|
||||||
|
Loading…
Reference in New Issue
Block a user