Enforce C99 checking.

Change-Id: Id5c2afa01fdf88170d7fafcb7d321aa127d02e27
diff --git a/slang.cpp b/slang.cpp
index b8916b8..c72c1f3 100644
--- a/slang.cpp
+++ b/slang.cpp
@@ -150,7 +150,7 @@
     // the options.
     LangOpts.RTTI = 0;  // Turn off the RTTI information support
     LangOpts.NeXTRuntime = 0;   // Turn off the NeXT runtime uses
-    LangOpts.Bool = 1;  // Turn on 'bool', 'true', 'false' keywords
+    LangOpts.C99 = 1;
 
     CodeGenOpts.OptimizationLevel = 3;  /* -O3 */