mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 00:47:52 +02:00
* revert accidently committed code
This commit is contained in:
parent
9348f58e70
commit
a6d6f93887
@ -26,9 +26,6 @@ unit constexp;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
sfpux80;
|
||||
|
||||
type Tconstexprint=record
|
||||
overflow:boolean;
|
||||
case signed:boolean of
|
||||
@ -40,8 +37,6 @@ type Tconstexprint=record
|
||||
|
||||
errorproc=procedure (i:longint);
|
||||
|
||||
TConstExprFloat = float128;
|
||||
|
||||
{"Uses verbose" gives a dependency on cpuinfo through globals. This leads
|
||||
build trouble when compiling the directory utils, since the cpu directory
|
||||
isn't searched there. Therefore we use a procvar and make verbose install
|
||||
|
Loading…
Reference in New Issue
Block a user