From 68fae89b6a6503658a98fd9650396bb140e6a298 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Thu, 5 Jan 2012 23:33:01 -0500 Subject: [PATCH] Ignore __pure2 on linux as I don't know what to do about it. --- src/openlibm.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/openlibm.h b/src/openlibm.h index 0e9efdd..d4ed039 100644 --- a/src/openlibm.h +++ b/src/openlibm.h @@ -24,9 +24,10 @@ #endif #ifdef __linux__ +/* Not sure what to do about __pure2 on linux */ +#define __pure2 #include #include -#define __pure2 #endif