From 1ad9612e9928728d0938c013f11374157fb31fed Mon Sep 17 00:00:00 2001 From: Shih-wei Liao Date: Wed, 19 Jan 2011 02:18:45 -0800 Subject: 1. fp_mad.rs: Pass C99 check. 2. Include C99 header (Will be fixed later at build.git.) Change-Id: I2864e081b2635dfc4fc0c85f746f6d0ce0b01af5 --- libs/rs/rsScriptC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsScriptC.cpp') diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 1b879bd..9f730bf 100644 --- a/libs/rs/rsScriptC.cpp +++ b/libs/rs/rsScriptC.cpp @@ -485,7 +485,7 @@ void ScriptCState::runCompiler(Context *rsc, // Handle Fatal Error } -#if 0 +#if 1 if (bccLinkBC(s->mBccScript, resName, NULL /*rs_runtime_lib_bc*/, -- cgit v1.1