diff options
| author | gregoire | 2004-11-22 09:10:51 +0000 |
|---|---|---|
| committer | gregoire | 2004-11-22 09:10:51 +0000 |
| commit | a215993ad9e073fc09825742494ec06a9f8d6c84 (patch) | |
| tree | a104125a1b9029473a05a36e70cfe9ce9e9c5212 /kernel/reduction.mli | |
| parent | 7371c43d5b065e83bbaaba584dc163cac2005802 (diff) | |
compatibility with POWERPC
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6338 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/reduction.mli')
| -rw-r--r-- | kernel/reduction.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/reduction.mli b/kernel/reduction.mli index ca4ab8c948..5d383e61ec 100644 --- a/kernel/reduction.mli +++ b/kernel/reduction.mli @@ -44,10 +44,12 @@ val conv_leq : types conversion_function val conv_leq_vecti : types array conversion_function (* option for conversion *) -val use_vm : bool ref + +val set_default_vm_conv : unit -> unit val set_vm_conv_cmp : (conv_pb -> types conversion_function) -> unit val vm_conv : conv_pb -> types conversion_function val vm_conv_leq_vecti : types array conversion_function +val vm_conv_leq : types conversion_function (************************************************************************) |
