Browse Source

* ifndef ver2_0 added

git-svn-id: trunk@1936 -
peter 19 years ago
parent
commit
0cd68e3c5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/linux/termio.pp

+ 1 - 1
rtl/linux/termio.pp

@@ -58,7 +58,7 @@ begin
     end;
 end;
 
-function TTYName(var F:Text):string;inline;
+function TTYName(var F:Text):string;{$ifndef ver2_0}inline;{$endif}
 {
   Idem as previous, only now for text variables;
 }