Explorar o código

* change $if -> $ifdef

peter %!s(int64=26) %!d(string=hai) anos
pai
achega
93b7344459
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  1. 7 1
      tests/tbs/tbs0263.pp

+ 7 - 1
tests/tbs/tbs0263.pp

@@ -1,4 +1,10 @@
-{$if linux or win32}
+{$ifdef linux}
+  {$define doit}
+{$endif}
+{$ifdef win32}
+  {$define doit}
+{$endif}
+{$ifdef doit}
 library tbs0263;
 
 {