mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:38:14 +02:00

pgenutil.pas, specialization_init: * don't push the localsymtable if the unit does not have one available + added test (needs manual execution though... :/ ) git-svn-id: trunk@29172 -
13 lines
274 B
ObjectPascal
13 lines
274 B
ObjectPascal
{ %INTERACTIVE }
|
|
{ This test requires a change in uw26922a for recompilation which can not be done automatically by
|
|
simply adding a define, because the compiler won't detect that it needs to recompile that unit }
|
|
|
|
program tw26922;
|
|
|
|
uses
|
|
uw26922a, uw26922b;
|
|
|
|
begin
|
|
end.
|
|
|