summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
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