This website works better with JavaScript
Home
Explore
Help
Sign In
pascal
/
freepascal.compiler
mirror of
https://gitlab.com/freepascal.org/fpc/source.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add missing allow C like operators to head of utcstrutils unit source
Pierre Muller
6 months ago
parent
d88aad944e
commit
6852903b57
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
packages/rtl-objpas/tests/utcstrutils.pp
+ 1
- 0
packages/rtl-objpas/tests/utcstrutils.pp
View File
@@ -1,6 +1,7 @@
unit utcstrutils;
{$mode ObjFPC}{$H+}
+{$COPERATORS ON}
interface