mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 19:05:54 +02:00
+ range checking for string literals
This commit is contained in:
parent
e7ba8328ce
commit
0408465ff0
@ -1116,6 +1116,9 @@ type_e_classes_not_related=04039_E_Class types "$1" and "$2" are not related
|
||||
type_w_classes_not_related=04040_W_Class types "$1" and "$2" are not related
|
||||
type_e_class_or_interface_type_expected=04041_E_Class or interface type expected, but got "$1"
|
||||
type_e_type_is_not_completly_defined=04042_E_Type "$1" is not completly defined
|
||||
type_w_string_too_long=04043_W_String literal has more characters than short string length
|
||||
% The size of the constant string, which is assigned to a shortstring,
|
||||
% is longer than the maximum size of the shortstring
|
||||
% \end{description}
|
||||
#
|
||||
# Symtable
|
||||
|
Loading…
Reference in New Issue
Block a user