Browse Source

* objfpc mode added

peter 24 years ago
parent
commit
d082158f13
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/webtbs/tw1351.pp

+ 2 - 0
tests/webtbs/tw1351.pp

@@ -1,3 +1,5 @@
+{$mode objfpc}
+
 procedure Test(ParArr :array of const);
 begin
    writeln(ParArr[0].vtype,' ',vtObject,' ',vtclass);