+ Changed unit names to correct names

This commit is contained in:
michael 2000-04-05 07:50:33 +00:00
parent 1a16b36498
commit 49862f46c6
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
unit ibase;
unit ibase40;
interface

View File

@ -1,4 +1,4 @@
unit ibase;
unit ibase60;
{$mode objfpc}

View File

@ -1,6 +1,6 @@
program testib;
uses Ibase, strings;
uses Ibase40, strings;
{$h-}

View File

@ -1,6 +1,6 @@
program testib;
uses Ibase, strings;
uses Ibase60, strings;
{$h-}