diff options
| author | Emilio Jesus Gallego Arias | 2020-04-08 01:48:18 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-04-08 01:48:18 -0400 |
| commit | b26d1f477990d88e235ffda0f23f494456ce5862 (patch) | |
| tree | 948efae33b55943290a7d6bfe4976eba85caf4c4 /stm/asyncTaskQueue.ml | |
| parent | 847a42618bc0ff267e5912c6c8f8365f29b158b4 (diff) | |
| parent | 8ac8f5aa327ca8de66e90bb33d1950d9a4749177 (diff) | |
Merge PR #12005: Remove deprecated coqtop options
Ack-by: SkySkimmer
Ack-by: ejgallego
Diffstat (limited to 'stm/asyncTaskQueue.ml')
| -rw-r--r-- | stm/asyncTaskQueue.ml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/asyncTaskQueue.ml b/stm/asyncTaskQueue.ml index c8eb7b08f1..87d844edb3 100644 --- a/stm/asyncTaskQueue.ml +++ b/stm/asyncTaskQueue.ml @@ -138,7 +138,9 @@ module Make(T : Task) () = struct set_slave_opt tl (* We need to pass some options with one argument *) | ( "-I" | "-include" | "-top" | "-topfile" | "-coqlib" | "-exclude-dir" | "-compat" - | "-require" | "-w" | "-color" | "-init-file" + | "-require-import" | "-require-export" | "-require-import-from" | "-require-export-from" + | "-ri" | "-re" | "-rifrom" | "-refrom" | "-load-vernac-object" + | "-w" | "-color" | "-init-file" | "-profile-ltac-cutoff" | "-main-channel" | "-control-channel" | "-mangle-names" | "-set" | "-unset" | "-diffs" | "-mangle-name" | "-dump-glob" | "-bytecode-compiler" | "-native-compiler" as x) :: a :: tl -> x :: a :: set_slave_opt tl |
