Browse Source

* fixed compilation

git-svn-id: trunk@6601 -
Jonas Maebe 18 năm trước cách đây
mục cha
commit
0ffd81e16d
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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.