mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 07:19:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			276 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			276 B
		
	
	
	
		
			ObjectPascal
		
	
	
	
	
	
{ Old file: tbs0256.pp }
 | 
						|
{ problem with conditionnals in TP mode                OK 0.99.11 (PM) }
 | 
						|
 | 
						|
{$mode tp}
 | 
						|
 | 
						|
{$undef dummy }
 | 
						|
 | 
						|
{$ifdef dummy}
 | 
						|
    procedure test;
 | 
						|
      begin
 | 
						|
         foreach({$ifndef TP}@{$endif}add_to_browserlog);
 | 
						|
      end;
 | 
						|
{$endif BrowserLog}
 | 
						|
 | 
						|
begin
 | 
						|
end.
 |