Browse Source

+ fpc_pchar_to_str alias for strpas

peter 27 years ago
parent
commit
03ba16b03f
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/i386/i386.inc

+ 5 - 2
rtl/i386/i386.inc

@@ -457,7 +457,7 @@ end;
 
 
 {$ASMMODE DIRECT}
-function strpas(p:pchar):string;
+function strpas(p:pchar):string;[public,alias:'FPC_PCHAR_TO_STR'];
 begin
   asm
         cld
@@ -688,7 +688,10 @@ end;
 
 {
   $Log$
-  Revision 1.21  1998-09-14 10:48:08  peter
+  Revision 1.22  1998-09-22 15:32:00  peter
+    + fpc_pchar_to_str alias for strpas
+
+  Revision 1.21  1998/09/14 10:48:08  peter
     * FPC_ names
     * Heap manager is now system independent