Browse Source

Add missing allow C like operators to head of utcstrutils unit source

Pierre Muller 6 months ago
parent
commit
6852903b57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/rtl-objpas/tests/utcstrutils.pp

+ 1 - 0
packages/rtl-objpas/tests/utcstrutils.pp

@@ -1,6 +1,7 @@
 unit utcstrutils;
 
 {$mode ObjFPC}{$H+}
+{$COPERATORS ON}
 
 interface