diff options
| author | Thomas Sibut-Pinote | 2015-06-23 14:49:01 +0200 |
|---|---|---|
| committer | Pierre Boutillier | 2015-06-23 18:21:33 +0200 |
| commit | 4444768d3f4f9c4fcdd440f7ab902886bd8e2b09 (patch) | |
| tree | ec32a18ad10f2afcfbe34801873ac7d74c6f2257 /grammar | |
| parent | 19fed6f504eb8450dee34faa8e84a6d4071131dc (diff) | |
Moved fatal_error from Coqtop to Errors and corrected dependencies accordingly.
This allows fatal_error to be used for printing anomalies at loading time.
Diffstat (limited to 'grammar')
| -rw-r--r-- | grammar/grammar.mllib | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/grammar/grammar.mllib b/grammar/grammar.mllib index 0b168377d9..60ea0df026 100644 --- a/grammar/grammar.mllib +++ b/grammar/grammar.mllib @@ -1,6 +1,7 @@ Coq_config Hook +Terminal Canary Hashset Hashcons @@ -19,12 +20,14 @@ Serialize Stateid Feedback Pp -Errors + CList CString CArray CStack Util +Ppstyle +Errors Bigint Predicate Segmenttree |
