Browse Source

+ Changed unit names to correct names

michael 25 years ago
parent
commit
49862f46c6

+ 1 - 1
packages/ibase/ibase40.pp

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

+ 1 - 1
packages/ibase/ibase60.pp

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

+ 1 - 1
packages/ibase/testib40.pp

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

+ 1 - 1
packages/ibase/testib60.pp

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