mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 13:59:07 +02:00
* also check for Nil symtables in tsymtable.includeoption
git-svn-id: trunk@43567 -
This commit is contained in:
parent
d79e2ee9da
commit
6edf6cad2c
@ -284,6 +284,10 @@ implementation
|
|||||||
while assigned(st.defowner) do
|
while assigned(st.defowner) do
|
||||||
begin
|
begin
|
||||||
st:=st.defowner.owner;
|
st:=st.defowner.owner;
|
||||||
|
{ this can happen for specializations of routines that are not yet
|
||||||
|
owned cause they might be thrown away again }
|
||||||
|
if not assigned(st) then
|
||||||
|
break;
|
||||||
{ the flag is already set, so by definition it is set in the
|
{ the flag is already set, so by definition it is set in the
|
||||||
owning symtables as well }
|
owning symtables as well }
|
||||||
if option in st.tableoptions then
|
if option in st.tableoptions then
|
||||||
|
Loading…
Reference in New Issue
Block a user