This website works better with JavaScript
홈
탐색
도움말
로그인
pascal
/
freepascal.compiler
의 미러
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
Fix error in last commit, include name must be enclosed in double quotes
git-svn-id: trunk@23830 -
pierre
12 년 전
부모
1ad6aacb78
커밋
350ae58dc9
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
변경상태 보기
1
1
rtl/openbsd/i386/dllprt0.as
+ 1
- 1
rtl/openbsd/i386/dllprt0.as
파일 보기
@@ -1 +1 @@
-.include i386/cprt0.as
+.include
"
i386/cprt0.as
"