mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-29 00:47:13 +01:00
as that's the type of argc in the system unit (which maps onto this
variable), and even in C it's "int argc". This fixes the use of this
variable on big endian targets
git-svn-id: trunk@30209 -
8 lines
337 B
PHP
8 lines
337 B
PHP
{$SMARTLINK OFF}
|
|
|
|
var
|
|
initialstkptr: pointer; public name '__stkptr';
|
|
operatingsystem_parameter_envp: ppchar; public name 'operatingsystem_parameter_envp';
|
|
operatingsystem_parameter_argc: longint; public name 'operatingsystem_parameter_argc';
|
|
operatingsystem_parameter_argv: ppchar; public name 'operatingsystem_parameter_argv';
|