From 3129cef9f1b75aeb36ff7ab20c027f949030c966 Mon Sep 17 00:00:00 2001 From: Katja Date: Sun, 13 Nov 2011 13:38:09 +0000 Subject: insert '#ifndef PD_FLOAT_PRECISION...' in smlib svn path=/trunk/externals/smlib/; revision=15733 --- defines.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defines.h b/defines.h index b92efa6..ec2d81f 100644 --- a/defines.h +++ b/defines.h @@ -5,6 +5,10 @@ #endif #define LOGTEN 2.302585092994 +#ifndef PD_FLOAT_PRECISION +#define PD_FLOAT_PRECISION 32 +#endif + #if PD_FLOAT_PRECISION == 64 #define sinf sin #define cosf cos -- cgit v1.2.1