diff options
| author | Guillaume Melquiond | 2020-10-01 20:42:43 +0200 |
|---|---|---|
| committer | Guillaume Melquiond | 2020-11-13 15:14:34 +0100 |
| commit | 5b2d1c010aa0deb8b5ac89a9c9cdaa263e3b9d64 (patch) | |
| tree | 0a2e8c3e8b2a13f610cccf8ec6ed5a56dbba4cf7 /kernel/byterun/dune | |
| parent | 136454f306c8d4de83b8f37201307205a7c57786 (diff) | |
Turn coq_float64.h into a .c file as it is no longer needed by coq_interp.c.
Diffstat (limited to 'kernel/byterun/dune')
| -rw-r--r-- | kernel/byterun/dune | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/byterun/dune b/kernel/byterun/dune index 2998178be2..d3e2a2fa7f 100644 --- a/kernel/byterun/dune +++ b/kernel/byterun/dune @@ -4,7 +4,7 @@ (public_name coq.vm) (foreign_stubs (language c) - (names coq_fix_code coq_memory coq_values coq_interp) + (names coq_fix_code coq_float64 coq_memory coq_values coq_interp) (flags (:include %{project_root}/config/dune.c_flags)))) (rule |
