From f4af50c07021804c266e2c09906a17f01516a7a2 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 14 Feb 2014 23:18:23 +1300 Subject: Fixed floating point error --- src/utilities.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/utilities.h') diff --git a/src/utilities.h b/src/utilities.h index 7decd6f..b065cae 100644 --- a/src/utilities.h +++ b/src/utilities.h @@ -18,8 +18,10 @@ #ifndef UTILITIES_H #define UTILITIES_H 1 +#define PREFIX "NONE" + #include -#include "config.h" +//#include "config.h" /* > 0 if a > b, = 0 if a = b, < 0 if a < b*/ gint util_compare_gdouble(gdouble a, gdouble b); -- cgit v1.1