@@ -1,4 +1,4 @@
-{%RESULT=220 }
+{%RESULT=210 }
{%OPT=-CR}
{$mode objfpc}
program test_class;
@@ -6,17 +6,9 @@ uses
,dpmiexcp
{$endif go32v2}
;
-
-{$ifdef CPU68K}
- {$define SOURCE_ENDIAN_BIG}
-{$endif}
-{$ifdef CPUPOWERPC}
type
tqwordrec = packed record
-{$ifndef SOURCE_ENDIAN_BIG}
+{$ifndef ENDIAN_BIG}
low,high : dword;
{$else}
high, low : dword;
+{%RESULT=219 }
{ %OPT= -CR }
program test_object;