mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 10:09:35 +01:00
* Doesn't compile with 1.0 :(
This commit is contained in:
parent
649bd81edb
commit
fdbed06377
@ -28,6 +28,11 @@ unit matrix;
|
||||
|
||||
{*****************************************************************************}
|
||||
|
||||
{$ifdef VER1_0}
|
||||
{1.0 has too much macro bugs :( }
|
||||
interface implementation end.
|
||||
{$else}
|
||||
|
||||
interface
|
||||
|
||||
{*****************************************************************************}
|
||||
@ -822,10 +827,13 @@ implementation
|
||||
{$i mmatimp.inc}
|
||||
|
||||
end.
|
||||
|
||||
{$endif VER1_0}
|
||||
{
|
||||
$Log$
|
||||
Revision 1.2 2004-07-07 21:37:30 daniel
|
||||
Revision 1.3 2004-07-08 10:16:21 daniel
|
||||
* Doesn't compile with 1.0 :(
|
||||
|
||||
Revision 1.2 2004/07/07 21:37:30 daniel
|
||||
* Matrix unit included in build process
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user