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
master
Pierre Weis 2007-02-12 07:57:25 +00:00
parent 64646eff2f
commit 5dfee27596
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}