swig/Examples/ocaml/callback
Zackery Spytz 071803f000 [OCaml] Fix segfaults when too few arguments are passed to a function
Prevent segfaults when too few arguments are passed to a function.

Length checks are not needed for the wrappers of overloaded
functions -- the generated dispatch function already checks.

Add default_args_runme.ml.

Fix minor errors in some runtime tests.  Extra args were being passed
in some cases.
2019-02-15 01:17:15 -07:00
..
example.c [OCaml] Add a callback example 2019-01-16 00:53:13 -07:00
example.h [OCaml] Add a callback example 2019-01-16 00:53:13 -07:00
example.i [OCaml] Add a callback example 2019-01-16 00:53:13 -07:00
Makefile [OCaml] Fix toplevel creation for ocamlmktop versions >= 4.04.0 2019-01-25 01:58:48 -07:00
runme.ml [OCaml] Fix segfaults when too few arguments are passed to a function 2019-02-15 01:17:15 -07:00