summaryrefslogtreecommitdiff
path: root/srec/include/portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'srec/include/portable.h')
-rw-r--r--srec/include/portable.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/srec/include/portable.h b/srec/include/portable.h
index 3d39931..c9cc0ea 100644
--- a/srec/include/portable.h
+++ b/srec/include/portable.h
@@ -38,11 +38,6 @@ static const char portable_h[] = "$Id: portable.h,v 1.4.10.4 2007/10/15 18:06:25
#define ASSERT passert
-/* QNX defines log in math.h */
-#ifndef log
-#define log(X) ((X) <= 1e-32 ? -MAX_LOG : log(X))
-/* #define exp(X) ((X) < FLT_MIN_EXP ? 0.0 : exp(X)) */
-#endif
/* Allocation macros
*/