mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-09 10:48:30 +02:00
+ Changed unit names to correct names
This commit is contained in:
parent
1a16b36498
commit
49862f46c6
@ -1,4 +1,4 @@
|
||||
unit ibase;
|
||||
unit ibase40;
|
||||
|
||||
interface
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit ibase;
|
||||
unit ibase60;
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
program testib;
|
||||
|
||||
uses Ibase, strings;
|
||||
uses Ibase40, strings;
|
||||
|
||||
{$h-}
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
program testib;
|
||||
|
||||
uses Ibase, strings;
|
||||
uses Ibase60, strings;
|
||||
|
||||
{$h-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user