mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 05:48:34 +02:00

* pgenutil.pas, generate_specialization: * return a generrordef instead of Nil when returning because of an error * always check "genname" for a generic count string as a mode ObjFPC generic specialized in a mode Delphi unit will already contain a "$X" suffix and only symname will be set. + add (corrected) test git-svn-id: trunk@22462 -
15 lines
117 B
ObjectPascal
15 lines
117 B
ObjectPascal
unit tw22428;
|
|
|
|
{$MODE DELPHI}
|
|
|
|
interface
|
|
|
|
uses uw22428;
|
|
|
|
implementation
|
|
|
|
initialization
|
|
TWrapper<Byte>.Test;
|
|
|
|
end.
|