diff src/cjr.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 acb8537f58f0
children e0dd85ea58e1
line wrap: on
line diff
--- a/src/cjr.sml	Thu Apr 16 12:00:44 2009 -0400
+++ b/src/cjr.sml	Thu Apr 16 12:07:21 2009 -0400
@@ -110,6 +110,7 @@
        | DPreparedStatements of (string * int) list
 
        | DJavaScript of string
+       | DCookie of string
        | DStyle of string
 
 withtype decl = decl' located