Browse Source

* fix compilation

git-svn-id: trunk@39132 -
svenbarth 7 years ago
parent
commit
e8153df7b7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tests/test/cg/tsubst.pp

+ 2 - 2
tests/test/cg/tsubst.pp

@@ -27,10 +27,10 @@ const
 
 
 {$ifdef cpu68k}
 {$ifdef cpu68k}
   {$define use_small}
   {$define use_small}
-{endif}
+{$endif}
 {$ifdef cpui8086}
 {$ifdef cpui8086}
   {$define use_small}
   {$define use_small}
-{endif}
+{$endif}
 {$ifdef use_small}
 {$ifdef use_small}
  MAX_DISP = 32767;
  MAX_DISP = 32767;
 {$else}
 {$else}