On Sun, Feb 17, 2019 at 10:14 PM AlexeyT <aaa5...@ya.ru> wrote:

> this is fixed to avoid %subj% compile error. why error?

{$mode objfpc}
{$h+}
var
  NSec: Word;
begin
  NSec:= NSec div 2 * 2;
end.

Compiles with trunk (regardles of mode).

-- 
Bart
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to