mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 15:49:44 +02:00
* set the first enumsym also for subrange types
This commit is contained in:
parent
a868c2a6cc
commit
1b0e76cdca
@ -639,7 +639,9 @@
|
||||
calcsavesize;
|
||||
has_jumps:=false;
|
||||
rangenr:=0;
|
||||
first:=nil;
|
||||
first:=basedef^.first;
|
||||
while assigned(first) and (penumsym(first)^.value<>minval) do
|
||||
first:=first^.next;
|
||||
correct_owner_symtable;
|
||||
end;
|
||||
|
||||
@ -3291,7 +3293,10 @@
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.91 1999-02-08 09:51:21 pierre
|
||||
Revision 1.92 1999-02-17 10:14:20 peter
|
||||
* set the first enumsym also for subrange types
|
||||
|
||||
Revision 1.91 1999/02/08 09:51:21 pierre
|
||||
* gdb info for local functions was wrong
|
||||
|
||||
Revision 1.90 1999/01/26 09:57:29 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user