diff options
Diffstat (limited to 'src/mono.sml')
-rw-r--r-- | src/mono.sml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml index 35db52bd..4723e30a 100644 --- a/src/mono.sml +++ b/src/mono.sml @@ -127,6 +127,8 @@ datatype decl' = | DJavaScript of string + | DStyle of string * string list + withtype decl = decl' located |