Browse Source

* mode delphi

git-svn-id: trunk@592 -
peter 20 years ago
parent
commit
1c03cc0dc2
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw4119.pp

+ 2 - 0
tests/webtbs/tw4119.pp

@@ -2,6 +2,8 @@
 { Submitted by "C Western" on  2005-06-26 }
 { Submitted by "C Western" on  2005-06-26 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }
 
 
+{$mode delphi}
+
 uses StrUtils;
 uses StrUtils;
 
 
 function mypos(s1,s2 : widestring) : integer;overload;
 function mypos(s1,s2 : widestring) : integer;overload;