mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 14:09:20 +02:00
* threadvar initialization error
This commit is contained in:
parent
f21866553a
commit
03df733a8d
@ -296,7 +296,7 @@ scan_e_string_exceeds_255_chars=02061_E_Constant strings can't be longer than 25
|
|||||||
#
|
#
|
||||||
# Parser
|
# Parser
|
||||||
#
|
#
|
||||||
# 03191 is the last used one
|
# 03192 is the last used one
|
||||||
#
|
#
|
||||||
% \section{Parser messages}
|
% \section{Parser messages}
|
||||||
% This section lists all parser messages. The parser takes care of the
|
% This section lists all parser messages. The parser takes care of the
|
||||||
@ -901,7 +901,9 @@ parser_w_cdecl_has_no_high=03190_W_cdecl'ared functions have no high parameter
|
|||||||
% Functions declared with cdecl modifier do not pass an extra implicit parameter.
|
% Functions declared with cdecl modifier do not pass an extra implicit parameter.
|
||||||
parser_w_cdecl_no_openstring=03191_W_cdecl'ared functions do not support open strings
|
parser_w_cdecl_no_openstring=03191_W_cdecl'ared functions do not support open strings
|
||||||
% Openstring is not supported for cdecl'ared functions.
|
% Openstring is not supported for cdecl'ared functions.
|
||||||
%
|
parser_e_initialized_not_for_threadvar=03192_E_Cannot initialize variables declared as threadvar
|
||||||
|
% Variables declared as threadvar can not be initialized with a default value.
|
||||||
|
% The variables will always be filled with zero at the start of a new thread.
|
||||||
% \end{description}
|
% \end{description}
|
||||||
#
|
#
|
||||||
# Type Checking
|
# Type Checking
|
||||||
|
Loading…
Reference in New Issue
Block a user