Workaround for < d6

git-svn-id: http://code.remobjects.com/svn/pascalscript@71 5c9d2617-0215-0410-a2ee-e80e04d1c6d8
This commit is contained in:
carlokok 2008-09-10 07:31:01 +00:00
parent cfb0818942
commit 5e608c325b

View File

@ -9051,6 +9051,7 @@ end;
{$ifndef FPC}
{$include x86.inc}
{$else}
{$IFDEF Delphi6UP}
{$if defined(cpu86)}
{$include x86.inc}
{$elseif defined(cpupowerpc)}
@ -9058,6 +9059,9 @@ end;
{$else}
{$fatal Pascal Script is not supported for your architecture at the moment!}
{$ifend}
{$ELSE}
{$include x86.inc}
{$ENDIF}
{$endif}
type