mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 03:58:09 +02:00
LazReport, AddFunction addon: don't randomly change compiler directives in frFuncNum.pas, issue #41418.
Align directive affects records, which are not used in this unit. Also there is no apparent need to explicitly disable range checking, coprocessor emulation and complete boolean evaluation.
This commit is contained in:
parent
995c81f4d0
commit
15ab3afbc6
@ -8,10 +8,9 @@
|
||||
|
||||
unit frFuncNum;
|
||||
|
||||
interface
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
{$A+,B-,E-,R-}
|
||||
{.$I FR.inc}
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
Loading…
Reference in New Issue
Block a user