mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 15:59:28 +01:00 
			
		
		
		
	compiler: fix 'class class' message
git-svn-id: trunk@19682 -
This commit is contained in:
		
							parent
							
								
									889196f1c8
								
							
						
					
					
						commit
						031eb4d51c
					
				@ -540,7 +540,7 @@ parser_e_only_class_members_via_class_ref=03053_E_Only class methods, class prop
 | 
				
			|||||||
% \end{verbatim}
 | 
					% \end{verbatim}
 | 
				
			||||||
% \var{Free} is not a class method and hence cannot be called with a class
 | 
					% \var{Free} is not a class method and hence cannot be called with a class
 | 
				
			||||||
% reference.
 | 
					% 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
 | 
					% 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:
 | 
					% from inside a class method. The following code would produce this error:
 | 
				
			||||||
% \begin{verbatim}
 | 
					% \begin{verbatim}
 | 
				
			||||||
 | 
				
			|||||||
@ -918,7 +918,7 @@ const
 | 
				
			|||||||
  option_info=11024;
 | 
					  option_info=11024;
 | 
				
			||||||
  option_help_pages=11025;
 | 
					  option_help_pages=11025;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  MsgTxtSize = 62105;
 | 
					  MsgTxtSize = 62099;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  MsgIdxMax : array[1..20] of longint=(
 | 
					  MsgIdxMax : array[1..20] of longint=(
 | 
				
			||||||
    26,89,315,109,85,55,116,26,202,63,
 | 
					    26,89,315,109,85,55,116,26,202,63,
 | 
				
			||||||
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Loading…
	
		Reference in New Issue
	
	Block a user