summaryrefslogtreecommitdiff
path: root/src/compiler.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-01-04 19:02:14 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2014-01-04 19:02:14 -0500
commit10d6d18a4e3038752871acd1ff5c2194f890e043 (patch)
tree094c7e8aa2ab521cce351f856ca80f42e5bc77b0 /src/compiler.sml
parentf800cd41a5c6ccc10351583318ceba8374d5098a (diff)
noMangleSql .urp directive
Diffstat (limited to 'src/compiler.sml')
-rw-r--r--src/compiler.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.sml b/src/compiler.sml
index b2635e5e..5e60288b 100644
--- a/src/compiler.sml
+++ b/src/compiler.sml
@@ -864,6 +864,7 @@ fun parseUrp' accLibs fname =
| "alwaysInline" => Settings.addAlwaysInline arg
| "noXsrfProtection" => Settings.addNoXsrfProtection arg
| "timeFormat" => Settings.setTimeFormat arg
+ | "noMangleSql" => Settings.setMangleSql false
| _ => ErrorMsg.error ("Unrecognized command '" ^ cmd ^ "'");
read ()