diff options
| author | glondu | 2008-09-04 09:41:46 +0000 |
|---|---|---|
| committer | glondu | 2008-09-04 09:41:46 +0000 |
| commit | 9ef3acbdccba1733ba1543e700936d29290bad63 (patch) | |
| tree | 4269290df3dbcf4ea15b1f38805f2ece153431fa /kernel/byterun/coq_fix_code.h | |
| parent | 7273a302676a0ecb4f51d39dbe5cc8848b886473 (diff) | |
Rely on ocamlc to call the C compiler...
...with proper options for dynamic loading of C stubs. I believe this
is the preferred way of compiling C stubs. It also adds by itself
-fno-defer-pop, -Wall, -I `ocamlc -where`, so CFLAGS could also be
simplified.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11358 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, 1 insertions, 1 deletions
diff --git a/kernel/byterun/coq_fix_code.h b/kernel/byterun/coq_fix_code.h index 0034531836..c1a4e0ae66 100644 --- a/kernel/byterun/coq_fix_code.h +++ b/kernel/byterun/coq_fix_code.h @@ -12,7 +12,7 @@ #ifndef _COQ_FIX_CODE_ #define _COQ_FIX_CODE_ -#include <mlvalues.h> +#include <caml/mlvalues.h> void * coq_stat_alloc (asize_t sz); #ifdef THREADED_CODE |
