diff options
| author | gregoire | 2004-11-12 16:40:39 +0000 |
|---|---|---|
| committer | gregoire | 2004-11-12 16:40:39 +0000 |
| commit | f987a343850df4602b3d8020395834d22eb1aea3 (patch) | |
| tree | c9c23771714f39690e9dc42ce0c58653291d3202 /kernel/byterun/coq_fix_code.h | |
| parent | 41095b1f02abac5051ab61a91080550bebbb3a7e (diff) | |
Changement dans les boxed values .
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@6295 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/byterun/coq_fix_code.h')
| -rw-r--r-- | kernel/byterun/coq_fix_code.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/byterun/coq_fix_code.h b/kernel/byterun/coq_fix_code.h index bceb104e95..e3296c0dab 100644 --- a/kernel/byterun/coq_fix_code.h +++ b/kernel/byterun/coq_fix_code.h @@ -27,4 +27,6 @@ extern char * coq_instr_base; value coq_tcode_of_code(value code, value len); value coq_makeaccu (value i); value coq_pushpop (value i); +value coq_accucond (value i); +value coq_is_accumulate_code(value code); #endif /* _COQ_FIX_CODE_ */ |
