This website works better with JavaScript
홈
탐색
도움말
로그인
pascal
/
freepascal.compiler
의 미러
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
tests: remove UTF8 bom from 2 test units which does not expect to get UTF8 encoded strings
git-svn-id: trunk@19480 -
paul
14 년 전
부모
0d3fa2d2db
커밋
89416ab0f5
2개의 변경된 파일
과
2개의 추가작업
그리고
2개의 파일을 삭제
분할 보기
변경상태 보기
1
1
tests/test/tcpstrchar2ansistr.pp
1
1
tests/test/tcpstrpchar2ansistr.pp
+ 1
- 1
tests/test/tcpstrchar2ansistr.pp
파일 보기
@@ -1,4 +1,4 @@
-
uses
+uses
{$ifdef unix}
cwstring,
{$endif unix}
+ 1
- 1
tests/test/tcpstrpchar2ansistr.pp
파일 보기
@@ -1,4 +1,4 @@
-
uses
+uses
{$ifdef unix}
cwstring,
{$endif unix}