mirror of
				https://gitlab.com/freepascal.org/fpc/source.git
				synced 2025-11-04 15:39:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			385 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			385 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
{$ifdef FPC}
 | 
						|
  {$ifdef DELPHI}
 | 
						|
    {$mode delphi}
 | 
						|
    {$asmmode intel}
 | 
						|
  {$else}
 | 
						|
    {$mode objfpc}
 | 
						|
    {$H-}
 | 
						|
    {$goto on}
 | 
						|
 | 
						|
    {$ifdef PACKENUMFIXED}
 | 
						|
      {$PACKENUM 1}
 | 
						|
    {$endif}
 | 
						|
 | 
						|
    {$define FPCPROCVAR}
 | 
						|
    {$ifdef I386}
 | 
						|
      {$define USEEXCEPT}
 | 
						|
    {$endif}
 | 
						|
  {$endif}
 | 
						|
{$endif}
 | 
						|
 | 
						|
{$ifdef DELPHI}
 | 
						|
  {$H-}
 | 
						|
  {$J+}
 | 
						|
 | 
						|
  {$Z1}
 | 
						|
 | 
						|
  {$undef FPCPROCVAR}
 | 
						|
  {$define USEEXCEPT}
 | 
						|
{$endif}
 |