michael
25 anni fa
|
@@ -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-}
|
|
|
|