Quellcode durchsuchen

* enabled (generic) fpc_pchar_length() and fpc_pwidechar_length()

git-svn-id: branches/jvmbackend@18771 -
Jonas Maebe vor 14 Jahren
Ursprung
Commit
144ba2a2ad
2 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 2
      rtl/java/compproc.inc
  2. 0 2
      rtl/jvm/jvm.inc

+ 0 - 2
rtl/java/compproc.inc

@@ -50,10 +50,8 @@ function fpc_pchar_to_shortstr(p:pchar):shortstring; compilerproc;
 {$else FPC_STRTOSHORTSTRINGPROC}
 procedure fpc_pchar_to_shortstr(out res : shortstring;p:pchar); compilerproc;
 {$endif FPC_STRTOSHORTSTRINGPROC}
-(*
 function fpc_pchar_length(p:pchar):longint; compilerproc;
 function fpc_pwidechar_length(p:pwidechar):longint; compilerproc;
-*)
 
 procedure fpc_chararray_to_shortstr(out res : shortstring;const arr: array of AnsiChar; zerobased: boolean = true); compilerproc;
 procedure fpc_shortstr_to_chararray(out res: array of AnsiChar; const src: ShortString); compilerproc;

+ 0 - 2
rtl/jvm/jvm.inc

@@ -95,8 +95,6 @@ function Sptr:Pointer;
 
 { more lies }
 {$define FPC_STRTOSHORTSTRINGPROC}
-{$define FPC_SYSTEM_HAS_FPC_PCHAR_LENGTH}
-{$define FPC_SYSTEM_HAS_FPC_PWIDECHAR_LENGTH}
 
 {$define FPC_SYSTEM_HAS_FPC_PCHAR_TO_SHORTSTR}
 procedure fpc_pchar_to_shortstr(out res : shortstring;p:pchar); compilerproc;