From ae475ea8e0551298aa2adb3a571e89dd0c06f387 Mon Sep 17 00:00:00 2001 From: jzhou Date: Thu, 7 May 2009 18:35:05 +0000 Subject: [PATCH] commented out all functions by mistake --- Robust/src/Runtime/math.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Robust/src/Runtime/math.c b/Robust/src/Runtime/math.c index 95a03f1c..e450d09e 100644 --- a/Robust/src/Runtime/math.c +++ b/Robust/src/Runtime/math.c @@ -7,7 +7,8 @@ #include "math.h" #endif #include "structdefs.h" -#if 0 + +#ifndef MULTICORE double CALL11(___Math______cos____D, double ___a___, double ___a___) { #ifdef MULTICORE return 1; -- 2.34.1