[beast/devel: 15/77] BIRNET: disable ifloor due to conflicts with Rapicorn
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast/devel: 15/77] BIRNET: disable ifloor due to conflicts with Rapicorn
- Date: Wed, 1 May 2013 17:28:35 +0000 (UTC)
commit c8bc1dc1e46dfcd6ba9d9767ef78750015dbf6f5
Author: Tim Janik <timj gnu org>
Date: Fri Mar 29 00:40:20 2013 +0000
BIRNET: disable ifloor due to conflicts with Rapicorn
birnet/birnetmath.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/birnet/birnetmath.hh b/birnet/birnetmath.hh
index cda0588..e10a760 100644
--- a/birnet/birnetmath.hh
+++ b/birnet/birnetmath.hh
@@ -8,7 +8,7 @@ namespace Birnet {
inline int dtoi32 (double d) BIRNET_CONST;
inline int64 dtoi64 (double d) BIRNET_CONST;
inline int64 iround (double d) BIRNET_CONST;
-inline int64 ifloor (double d) BIRNET_CONST;
+// inline int64 ifloor (double d) BIRNET_CONST;
inline int64 iceil (double d) BIRNET_CONST;
/* --- implementation bits --- */
inline int BIRNET_CONST
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]