mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 04:06:08 +02:00
+ Fixed two typos reported by Arí Ricardo Ody
git-svn-id: trunk@993 -
This commit is contained in:
parent
45286477bf
commit
6af1b74202
@ -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