diff options
| author | 2011-01-19 02:23:01 -0800 | |
|---|---|---|
| committer | 2011-01-19 02:23:01 -0800 | |
| commit | b25de0558c4e5440982db53a220943a899390c90 (patch) | |
| tree | 44c30746658862b54f787a6a48cbcb8a210cc7d3 /libs/rs/rsScriptC.cpp | |
| parent | 7f447de2f511ec8ee35af8abf0ca3c46ffa68289 (diff) | |
| parent | 1ad9612e9928728d0938c013f11374157fb31fed (diff) | |
Merge "1. fp_mad.rs: Pass C99 check. 2. Include C99 header (Will be fixed later at build.git.)" into honeycomb
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
| -rw-r--r-- | libs/rs/rsScriptC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp index 1b879bdf39e0..9f730bffe8d3 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*/, |