summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-09-26 16:22:06 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2013-09-26 16:22:06 -0400
commit71cc64ad35debb1950827e4be6c6a3d5cfc216fc (patch)
treecad67680fb49f89df78b84d6266344d710cb0d62 /src/source.sml
parented7e4c443e611490ce83c8ee6bedea14c636011c (diff)
Get -root working properly again
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.sml b/src/source.sml
index d66160db..639ea716 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -154,7 +154,7 @@ datatype decl' =
| DVal of string * con option * exp
| DValRec of (string * con option * exp) list
| DSgn of string * sgn
- | DStr of string * sgn option * Time.time option * str
+ | DStr of string * sgn option * Time.time option * str * bool (* did this module come from the '-root' directive? *)
| DFfiStr of string * sgn * Time.time option
| DOpen of string * string list
| DConstraint of con * con