mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 08:19:36 +01:00 
			
		
		
		
	* don't mix public name and export clause
git-svn-id: trunk@4970 -
This commit is contained in:
		
							parent
							
								
									12cd76d0e8
								
							
						
					
					
						commit
						21d186594c
					
				@ -3,7 +3,7 @@
 | 
			
		||||
 | 
			
		||||
{$linklib libtw3964a}
 | 
			
		||||
 | 
			
		||||
function testfunc : longint;public name 'testfunc';
 | 
			
		||||
function testfunc : longint;
 | 
			
		||||
begin
 | 
			
		||||
  result:=1234;
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user