diff options
| author | barras | 2004-11-17 15:10:26 +0000 |
|---|---|---|
| committer | barras | 2004-11-17 15:10:26 +0000 |
| commit | deadb6055aeca7a2ed944deabb96a5d9ebdbd114 (patch) | |
| tree | 28cc3cf9f9797d2e9f69c96e5c81371b9aef4476 /kernel/cbytegen.mli | |
| parent | fb5036b81d8eac2bfb1c32d31409489941fd2551 (diff) | |
bug module M:=N avec vm
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6321 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/cbytegen.mli')
| -rw-r--r-- | kernel/cbytegen.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/cbytegen.mli b/kernel/cbytegen.mli index 407edea442..0e7434e532 100644 --- a/kernel/cbytegen.mli +++ b/kernel/cbytegen.mli @@ -11,6 +11,6 @@ val compile : env -> constr -> bytecodes * bytecodes * fv (* init, fun, fv *) val compile_constant_body : - env -> constant -> constr_substituted option -> bool -> bool -> body_code - (* opaque *) (* boxed *) + env -> constr_substituted option -> bool -> bool -> body_code + (* opaque *) (* boxed *) |
