diff src/cjrize.sml @ 725:4c5796512edc

Catching duplicate cookie and style paths
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Apr 2009 12:07:21 -0400
parents f152f215a02c
children f7e2026dd5ae
line wrap: on
line diff
--- a/src/cjrize.sml	Thu Apr 16 12:00:44 2009 -0400
+++ b/src/cjrize.sml	Thu Apr 16 12:07:21 2009 -0400
@@ -556,6 +556,7 @@
         (SOME (L'.DSequence s, loc), NONE, sm)
       | L.DDatabase s => (SOME (L'.DDatabase s, loc), NONE, sm)
       | L.DJavaScript s => (SOME (L'.DJavaScript s, loc), NONE, sm)
+      | L.DCookie args => (SOME (L'.DCookie args, loc), NONE, sm)
       | L.DStyle args => (SOME (L'.DStyle args, loc), NONE, sm)
 
 fun cjrize ds =