opnsense-ports/math/ump/files/patch-src__real.h
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

11 lines
535 B
C

--- src/real.h.orig 2006-10-06 15:42:58.000000000 +0400
+++ src/real.h 2014-11-21 03:10:40.000000000 +0300
@@ -145,7 +145,7 @@
friend Real ipart(const Real &val) throw(error_obj);
friend Real fpart(const Real &val) throw(error_obj);
// converts a Real to a fraction
- friend Real frac(const Real &val, int32 highest_bottom_value = 1000) throw(error_obj);
+ friend Real frac(const Real &val, int32 highest_bottom_value) throw(error_obj);
friend Real sign(const Real &val) throw(error_obj);
// val.isExact() must return true