summaryrefslogtreecommitdiff
path: root/rsScriptC.h
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2011-01-07 18:17:07 -0800
committerShih-wei Liao <sliao@google.com>2011-01-07 18:28:02 -0800
commit37150def08fc971e8422245efef27265331cace4 (patch)
tree652bb73ec6aaf5bc38404b986c739e32bdecdb09 /rsScriptC.h
parent5224a27798f89093b13722b41143551a057ce550 (diff)
downloadrs-37150def08fc971e8422245efef27265331cace4.tar.gz
1. LOG 4 fatal error paths (TODO: These 4 places should signal Java exceptions.)
2. Prepare on-device linking. 3. Clean up code. Change-Id: Iac4148431dbe1c3c4044f7394eb51a1332f513f9
Diffstat (limited to 'rsScriptC.h')
-rw-r--r--rsScriptC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rsScriptC.h b/rsScriptC.h
index ce9358e2..cd685463 100644
--- a/rsScriptC.h
+++ b/rsScriptC.h
@@ -83,7 +83,7 @@ public:
void init(Context *rsc);
void clear(Context *rsc);
- void runCompiler(Context *rsc, ScriptC *s, long modWhen, long crc32, const char *resName, const char *cacheDir);
+ void runCompiler(Context *rsc, ScriptC *s, const char *resName, const char *cacheDir);
struct SymbolTable_t {
const char * mName;