summaryrefslogtreecommitdiffstats
path: root/libtommath/tommath_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtommath/tommath_private.h')
-rw-r--r--libtommath/tommath_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtommath/tommath_private.h b/libtommath/tommath_private.h
index 087ddcd..be065cd 100644
--- a/libtommath/tommath_private.h
+++ b/libtommath/tommath_private.h
@@ -46,7 +46,7 @@ extern "C" {
# define XFREE free
# define XREALLOC realloc
# define XCALLOC calloc
-#else
+#elif 0
/* prototypes for our heap functions */
extern void *XMALLOC(size_t n);
extern void *XREALLOC(void *p, size_t n);