mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:49:09 +02:00
* message changes belonging to r13701
git-svn-id: branches/objc@13702 -
This commit is contained in:
parent
f238f7c74b
commit
61e6545483
@ -1548,6 +1548,10 @@ type_e_objc_type_unsupported=04091_E_The type "$1" is not supported for interact
|
|||||||
% reference counting by the compiler (such as ansistrings and certain kinds of
|
% reference counting by the compiler (such as ansistrings and certain kinds of
|
||||||
% interfaces) cannot be used as fields of Objective-C classes, cannot be
|
% interfaces) cannot be used as fields of Objective-C classes, cannot be
|
||||||
% directly passed to Objective-C methods, and cannot be encoded using \var{objc_encode}.
|
% directly passed to Objective-C methods, and cannot be encoded using \var{objc_encode}.
|
||||||
|
type_e_class_or_objcclass_type_expected=04092_E_Class or objcclass type expected, but got "$1"
|
||||||
|
% It is only possible to create class reference types of \var{class} and
|
||||||
|
% \var{objcclass} types
|
||||||
|
%
|
||||||
% \end{description}
|
% \end{description}
|
||||||
#
|
#
|
||||||
# Symtable
|
# Symtable
|
||||||
|
@ -433,6 +433,7 @@ const
|
|||||||
type_e_string_expr_expected=04089;
|
type_e_string_expr_expected=04089;
|
||||||
type_e_protocol_type_expected=04090;
|
type_e_protocol_type_expected=04090;
|
||||||
type_e_objc_type_unsupported=04091;
|
type_e_objc_type_unsupported=04091;
|
||||||
|
type_e_class_or_objcclass_type_expected=04092;
|
||||||
sym_e_id_not_found=05000;
|
sym_e_id_not_found=05000;
|
||||||
sym_f_internal_error_in_symtablestack=05001;
|
sym_f_internal_error_in_symtablestack=05001;
|
||||||
sym_e_duplicate_id=05002;
|
sym_e_duplicate_id=05002;
|
||||||
@ -807,9 +808,9 @@ const
|
|||||||
option_info=11024;
|
option_info=11024;
|
||||||
option_help_pages=11025;
|
option_help_pages=11025;
|
||||||
|
|
||||||
MsgTxtSize = 53058;
|
MsgTxtSize = 53113;
|
||||||
|
|
||||||
MsgIdxMax : array[1..20] of longint=(
|
MsgIdxMax : array[1..20] of longint=(
|
||||||
24,87,264,92,66,51,108,22,202,62,
|
24,87,264,93,66,51,108,22,202,62,
|
||||||
48,20,1,1,1,1,1,1,1,1
|
48,20,1,1,1,1,1,1,1,1
|
||||||
);
|
);
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user