mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 00:29:24 +02:00
* Fixed warnings about uninitialized record fields.
git-svn-id: trunk@11447 -
This commit is contained in:
parent
453e82e001
commit
72aa4f8cdd
@ -94,6 +94,7 @@ unit i_emx;
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 256*1024;
|
||||
abi : abi_default;
|
||||
);
|
||||
|
||||
|
||||
|
@ -83,6 +83,7 @@ unit i_go32v2;
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 262144;
|
||||
abi : abi_default;
|
||||
);
|
||||
|
||||
implementation
|
||||
|
@ -90,7 +90,11 @@ unit i_palmos;
|
||||
(
|
||||
id : res_m68k_palmos;
|
||||
resbin : 'pilrc';
|
||||
rescmd : '-I $INC $RES'
|
||||
rescmd : '-I $INC $RES';
|
||||
rcbin : '';
|
||||
rccmd : '';
|
||||
resourcefileclass : nil;
|
||||
resflags : [];
|
||||
);
|
||||
|
||||
system_arm_palmos_info : tsysteminfo =
|
||||
@ -156,7 +160,11 @@ unit i_palmos;
|
||||
(
|
||||
id : res_m68k_palmos;
|
||||
resbin : 'pilrc';
|
||||
rescmd : '-I $INC $RES'
|
||||
rescmd : '-I $INC $RES';
|
||||
rcbin : '';
|
||||
rccmd : '';
|
||||
resourcefileclass : nil;
|
||||
resflags : [];
|
||||
);
|
||||
|
||||
implementation
|
||||
|
@ -85,6 +85,7 @@ unit i_watcom;
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 16384;
|
||||
abi : abi_default;
|
||||
);
|
||||
|
||||
implementation
|
||||
|
@ -83,6 +83,7 @@ unit i_wdosx;
|
||||
);
|
||||
first_parm_offset : 8;
|
||||
stacksize : 32*1024*1024;
|
||||
abi : abi_default;
|
||||
);
|
||||
|
||||
implementation
|
||||
|
Loading…
Reference in New Issue
Block a user