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-0dff7051ff02master
parent
64646eff2f
commit
5dfee27596
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue