mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 00:09:26 +02:00
* more rtlconst/s fixes
This commit is contained in:
parent
787bd9171d
commit
4065965ed7
@ -25,7 +25,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
typinfo,
|
typinfo,
|
||||||
rtlconst,
|
rtlconsts,
|
||||||
types,
|
types,
|
||||||
sysutils;
|
sysutils;
|
||||||
|
|
||||||
@ -45,7 +45,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2005-02-14 17:13:22 peter
|
Revision 1.5 2005-04-17 17:33:40 hajny
|
||||||
|
* more rtlconst/s fixes
|
||||||
|
|
||||||
|
Revision 1.4 2005/02/14 17:13:22 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
sysutils,
|
sysutils,
|
||||||
rtlconst,
|
rtlconsts,
|
||||||
types,
|
types,
|
||||||
typinfo;
|
typinfo;
|
||||||
|
|
||||||
@ -54,7 +54,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2005-02-14 17:13:30 peter
|
Revision 1.6 2005-04-17 17:33:40 hajny
|
||||||
|
* more rtlconst/s fixes
|
||||||
|
|
||||||
|
Revision 1.5 2005/02/14 17:13:30 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
sysutils,
|
sysutils,
|
||||||
rtlconst,
|
rtlconsts,
|
||||||
types,
|
types,
|
||||||
typinfo;
|
typinfo;
|
||||||
|
|
||||||
@ -54,7 +54,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.5 2005-02-14 17:13:31 peter
|
Revision 1.6 2005-04-17 17:33:40 hajny
|
||||||
|
* more rtlconst/s fixes
|
||||||
|
|
||||||
|
Revision 1.5 2005/02/14 17:13:31 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -25,7 +25,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
typinfo,
|
typinfo,
|
||||||
rtlconst,
|
rtlconsts,
|
||||||
sysutils;
|
sysutils;
|
||||||
|
|
||||||
{$i classesh.inc}
|
{$i classesh.inc}
|
||||||
@ -44,7 +44,10 @@ finalization
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.3 2005-02-14 17:13:32 peter
|
Revision 1.4 2005-04-17 17:33:40 hajny
|
||||||
|
* more rtlconst/s fixes
|
||||||
|
|
||||||
|
Revision 1.3 2005/02/14 17:13:32 peter
|
||||||
* truncate log
|
* truncate log
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user