Added convert_c_obj function.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5201 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
372c453cac
commit
e92f0601a7
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ let _ = Callback.register "caml_director_get_self" director_get_self
|
|||
let addr_of obj = (invoke obj) "&" C_void
|
||||
let _ = Callback.register "caml_obj_ptr" addr_of
|
||||
|
||||
|
||||
let convert_c_obj a = Obj.magic a
|
||||
|
||||
let make_float f = C_float f
|
||||
let make_double f = C_double f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue