This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
fpc
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix error in last commit, include name must be enclosed in double quotes
git-svn-id: trunk@23830 -
pierre
12 years ago
parent
1ad6aacb78
commit
350ae58dc9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
rtl/openbsd/i386/dllprt0.as
+ 1
- 1
rtl/openbsd/i386/dllprt0.as
View File
@@ -1 +1 @@
-.include i386/cprt0.as
+.include
"
i386/cprt0.as
"