Browse Source

* fixed compilation

git-svn-id: trunk@6601 -
Jonas Maebe 18 years ago
parent
commit
0ffd81e16d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/webtbs/tw8225.pp

+ 2 - 1
tests/webtbs/tw8225.pp

@@ -1,3 +1,4 @@
+{$mode delphi}
 program test;
 
 const
@@ -19,4 +20,4 @@ end;
 begin 
 	writeln('LONGINT:  ',CheckLongint(3,1));
 	writeln('CARDINAL: ',CheckCardinal(3,1));
-end.                     
+end.