mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:49:23 +02:00
* popstack to cdecl
This commit is contained in:
parent
cba9b5206d
commit
0e10e98fae
@ -49,7 +49,7 @@ begin
|
|||||||
RunError(status);
|
RunError(status);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure C_exit(status : longint);popstack;external name '_exit';
|
procedure C_exit(status : longint);cdecl;external name '_exit';
|
||||||
|
|
||||||
const
|
const
|
||||||
STD_INPUT_HANDLE = $fffffff6;
|
STD_INPUT_HANDLE = $fffffff6;
|
||||||
@ -105,7 +105,10 @@ if setjmp(exitjmpbuf)=0 then
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2002-09-07 16:01:28 peter
|
Revision 1.8 2003-09-08 18:25:45 peter
|
||||||
|
* popstack to cdecl
|
||||||
|
|
||||||
|
Revision 1.7 2002/09/07 16:01:28 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user