Parcourir la source

* inline on

git-svn-id: trunk@3957 -
peter il y a 19 ans
Parent
commit
e155a9edc6
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tests/webtbs/tw6989.pp

+ 2 - 1
tests/webtbs/tw6989.pp

@@ -1,6 +1,7 @@
 unit tw6989;
 
 {$mode objfpc}{$H+}
+{$inline on}
 
 interface
 
@@ -116,4 +117,4 @@ begin
   with ARect do
     SendString(ltValue,Format('%s = (Left: %d; Top: %d; Right: %d; Bottom: %d)',[AText,Left,Top,Right,Bottom]));
 end;
-end.
+end.