mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-25 16:29:20 +02:00
* added initvariantmanager
This commit is contained in:
parent
53655ec558
commit
1dd159277c
@ -781,11 +781,18 @@ Begin
|
|||||||
OpenStdIO(StdErr,fmOutput,StdErrorHandle);
|
OpenStdIO(StdErr,fmOutput,StdErrorHandle);
|
||||||
{ Reset IO Error }
|
{ Reset IO Error }
|
||||||
InOutRes:=0;
|
InOutRes:=0;
|
||||||
|
{ Setup variant support }
|
||||||
|
{$ifdef HASVARIANT}
|
||||||
|
initvariantmanager;
|
||||||
|
{$endif HASVARIANT}
|
||||||
End.
|
End.
|
||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.29 2002-09-07 16:01:27 peter
|
Revision 1.30 2002-10-13 09:20:56 peter
|
||||||
|
* added initvariantmanager
|
||||||
|
|
||||||
|
Revision 1.29 2002/09/07 16:01:27 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
Revision 1.28 2002/09/02 19:46:37 florian
|
Revision 1.28 2002/09/02 19:46:37 florian
|
||||||
|
Loading…
Reference in New Issue
Block a user