Explorar el Código

* again made less complex in case of PIC, otherwise it fails

git-svn-id: trunk@13192 -
Jonas Maebe hace 16 años
padre
commit
7f0631d311
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tests/webtbs/tw2242.pp

+ 1 - 1
tests/webtbs/tw2242.pp

@@ -6552,6 +6552,7 @@ s += chr(83);
 s += chr(84);
 s += chr(85);
 s += chr(86);
+{$ifndef fpc_pic}
 s += chr(87);
 s += chr(88);
 s += chr(89);
@@ -7255,7 +7256,6 @@ s += chr(84);
 s += chr(85);
 s += chr(86);
 s += chr(87);
-{$ifndef fpc_pic}
 s += chr(88);
 s += chr(89);
 s += chr(90);