diff src/compiler.sml @ 1953:0992323fa264

noMangleSql .urp directive
author Adam Chlipala <adam@chlipala.net>
date Sat, 04 Jan 2014 19:02:14 -0500
parents 9a1097954188
children ac1be85e91ad
line wrap: on
line diff
--- a/src/compiler.sml	Wed Jan 01 10:51:47 2014 -0500
+++ b/src/compiler.sml	Sat Jan 04 19:02:14 2014 -0500
@@ -864,6 +864,7 @@
                                    | "alwaysInline" => Settings.addAlwaysInline arg
                                    | "noXsrfProtection" => Settings.addNoXsrfProtection arg
                                    | "timeFormat" => Settings.setTimeFormat arg
+                                   | "noMangleSql" => Settings.setMangleSql false
 
                                    | _ => ErrorMsg.error ("Unrecognized command '" ^ cmd ^ "'");
                                  read ()