mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 08:29:22 +02:00
Merged revisions 993 via svnmerge from
/trunk git-svn-id: branches/fixes_2_0@1005 -
This commit is contained in:
parent
aa2f4359c5
commit
c0b977fc49
@ -1495,10 +1495,10 @@ cg_w_parasize_too_big=06041_W_Parameters size exceeds limit for certain cpu's
|
||||
% This indicates that you are declaring more than 64K of parameters, which
|
||||
% might not be supported on other processor targets.
|
||||
cg_w_localsize_too_big=06042_W_Local variable size exceed limit for certain cpu's
|
||||
% This indicates that you are declaring more than 32K of lcoal variables, which
|
||||
% This indicates that you are declaring more than 32K of local variables, which
|
||||
% might not be supported on other processor targets.
|
||||
cg_e_localsize_too_big=06043_E_Local variables size exceeds supported limit
|
||||
% This indicates that you are declaring more than 32K of lcoal variables, which
|
||||
% This indicates that you are declaring more than 32K of local variables, which
|
||||
% is not supported by this processor.
|
||||
cg_e_break_not_allowed=06044_E_BREAK not allowed
|
||||
% You're trying to use \var{break} outside a loop construction.
|
||||
|
Loading…
Reference in New Issue
Block a user