summaryrefslogtreecommitdiff
path: root/byterun/main.c
diff options
context:
space:
mode:
authorFabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>2016-07-04 19:00:57 +0200
committerFabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>2016-07-12 17:53:24 +0200
commit63a3924f47be47cb198398d75e74cb58fd7b112f (patch)
treeeed05edec5d8baf368bf35c73a6b62a8beb2c930 /byterun/main.c
parent40bee9b972343836a25bff0b887abec7b5551e30 (diff)
downloadocaml-63a3924f47be47cb198398d75e74cb58fd7b112f.tar.gz
Install all include files, and access internals with CAML_INTERNALS
Diffstat (limited to 'byterun/main.c')
-rw-r--r--byterun/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/byterun/main.c b/byterun/main.c
index 2a0172845a..e773dd9bd5 100644
--- a/byterun/main.c
+++ b/byterun/main.c
@@ -13,6 +13,8 @@
/* */
/**************************************************************************/
+#define CAML_INTERNALS
+
/* Main entry point (can be overridden by a user-provided main()
function that calls caml_main() later). */