aboutsummaryrefslogtreecommitdiff
path: root/games/gtkradiant/files/extra-patch-libs__math__vector.h
blob: dcbe7898948dd887610541862950af3696260145 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./libs/math/vector.h.orig	Fri Feb 10 19:01:20 2006
+++ ./libs/math/vector.h	Tue Feb 21 12:29:34 2006
@@ -25,7 +25,7 @@
 /// \file
 /// \brief Vector data types and related operations.
 
-#if 0
+#if 1
 
 #define	lrint(dbl)		((int)((dbl) + 0.5))
 #define	lrintf(flt)		((int)((flt) + 0.5))