From 5dfee27596109571a8a086d05927b7248c62a8cf Mon Sep 17 00:00:00 2001 From: Pierre Weis Date: Mon, 12 Feb 2007 07:57:25 +0000 Subject: Procedure caml_dlopen takes two arguments. Some C compilers do not accept a definition with 2 arguments after a declaration with only one. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7851 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- byterun/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'byterun/unix.c') diff --git a/byterun/unix.c b/byterun/unix.c index 60e5f3634..7d3f85788 100644 --- a/byterun/unix.c +++ b/byterun/unix.c @@ -312,7 +312,7 @@ char * caml_dlerror(void) #endif #else -void * caml_dlopen(char * libname) +void * caml_dlopen(char * libname, int for_execution) { return NULL; } -- cgit v1.2.3-70-g09d2