* message changes belonging to r13701

git-svn-id: branches/objc@13702 -
This commit is contained in:
Jonas Maebe 2009-09-12 17:44:41 +00:00
parent f238f7c74b
commit 61e6545483
3 changed files with 275 additions and 271 deletions

View File

@ -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
% 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}.
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}
#
# Symtable

View File

@ -433,6 +433,7 @@ const
type_e_string_expr_expected=04089;
type_e_protocol_type_expected=04090;
type_e_objc_type_unsupported=04091;
type_e_class_or_objcclass_type_expected=04092;
sym_e_id_not_found=05000;
sym_f_internal_error_in_symtablestack=05001;
sym_e_duplicate_id=05002;
@ -807,9 +808,9 @@ const
option_info=11024;
option_help_pages=11025;
MsgTxtSize = 53058;
MsgTxtSize = 53113;
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
);

File diff suppressed because it is too large Load Diff