From 9e204039f0b310bdb101063bbfb82b9a9fb5d5e0 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Fri, 31 Oct 2014 10:41:57 -0600 Subject: Corrected issue with particular sequences of zeros. No more known division issues. --- src/config.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/config.h (limited to 'src/config.h') diff --git a/src/config.h b/src/config.h new file mode 100644 index 0000000..00fb067 --- /dev/null +++ b/src/config.h @@ -0,0 +1,8 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define DEBUG_DIVIDE false +#define DBS( s, x ) if( DEBUG_ ##s ) { x; } (void)0 + + +#endif -- cgit v1.2.3