소스 검색

* enable brenchmark to be compiled with -Sh

florian 3 년 전
부모
커밋
894c49ca93
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/bench/bval.pp

+ 1 - 1
tests/bench/bval.pp

@@ -5,7 +5,7 @@ const
   chars : shortstring = ('0123456789AbCdEf');
   signs : shortstring = (' -');
 var
-  vals : array[0..1000] of shortstring;
+  vals : array[0..1000] of string;
   base,len,baseindex : byte;
   li,i,j : longint;
   code : word;