compiler: fix 'class class' message

git-svn-id: trunk@19682 -
This commit is contained in:
paul 2011-11-25 08:34:24 +00:00
parent 889196f1c8
commit 031eb4d51c
3 changed files with 273 additions and 272 deletions

View File

@ -540,7 +540,7 @@ parser_e_only_class_members_via_class_ref=03053_E_Only class methods, class prop
% \end{verbatim}
% \var{Free} is not a class method and hence cannot be called with a class
% reference.
parser_e_only_class_members=03054_E_Only class class methods, class properties and class variables can be accessed in class methods
parser_e_only_class_members=03054_E_Only class methods, class properties and class variables can be accessed in class methods
% This is related to the previous error. You cannot call a method of an object
% from inside a class method. The following code would produce this error:
% \begin{verbatim}

View File

@ -918,7 +918,7 @@ const
option_info=11024;
option_help_pages=11025;
MsgTxtSize = 62105;
MsgTxtSize = 62099;
MsgIdxMax : array[1..20] of longint=(
26,89,315,109,85,55,116,26,202,63,

File diff suppressed because it is too large Load Diff