summaryrefslogtreecommitdiff
path: root/rtl/bsd
diff options
context:
space:
mode:
authorsvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-01-29 14:51:15 +0000
committersvenbarth <svenbarth@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-01-29 14:51:15 +0000
commit0acb92ffe561c2b5ee4bcc78063769a59c6fa3b2 (patch)
treef61d835a149d9ccfcec9027f16acd4fc781c99ac /rtl/bsd
parent29c853fa3201435db73145305c2257720594cd2e (diff)
downloadfpc-0acb92ffe561c2b5ee4bcc78063769a59c6fa3b2.tar.gz
- get rid of the calling convention modifier for PascalMain as it's generated using the default calling convention anyway (without any parameters this luckily doesn't matter that much ;) )
(Note: adjusted merge info as in my packages branch there is a less complete commit for this) git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@33023 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/bsd')
-rw-r--r--rtl/bsd/system.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtl/bsd/system.pp b/rtl/bsd/system.pp
index 5054e5ff43..5432375d53 100644
--- a/rtl/bsd/system.pp
+++ b/rtl/bsd/system.pp
@@ -296,7 +296,7 @@ end;
{$ifdef Darwin}
-procedure pascalmain;cdecl;external name 'PASCALMAIN';
+procedure pascalmain;external name 'PASCALMAIN';
procedure FPC_SYSTEMMAIN(argcparam: Longint; argvparam: ppchar; envpparam: ppchar); cdecl; [public];