Set LangOpts.Renderscript = 1.

Change-Id: I7f80d124d11eeed776ce3acd520297fc0c3f08f6
diff --git a/slang.cpp b/slang.cpp
index 662c243..a9fa0df 100644
--- a/slang.cpp
+++ b/slang.cpp
@@ -155,6 +155,7 @@
     LangOpts.RTTI = 0;  // Turn off the RTTI information support
     LangOpts.NeXTRuntime = 0;   // Turn off the NeXT runtime uses
     LangOpts.C99 = 1;
+    LangOpts.Renderscript = 1;
     LangOpts.CharIsSigned = 1;  // Signed char is our default.
 
     CodeGenOpts.OptimizationLevel = 3;