summaryrefslogtreecommitdiffstats
path: root/byterun/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'byterun/main.c')
-rw-r--r--byterun/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/byterun/main.c b/byterun/main.c
index 9afd3f2be..4c7a19159 100644
--- a/byterun/main.c
+++ b/byterun/main.c
@@ -20,10 +20,10 @@
#include "mlvalues.h"
#include "sys.h"
-extern void caml_main (char **);
+CAMLextern void caml_main (char **);
#ifdef _WIN32
-extern void expand_command_line (int *, char ***);
+CAMLextern void expand_command_line (int *, char ***);
#endif
#if macintosh