ocaml: Fix bindings when a function takes more than 10 parameters.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Nov 2011 17:48:42 +0000 (17:48 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 9 Nov 2011 22:08:49 +0000 (22:08 +0000)
commit615f504a5f02bbde4fb508fac4e816305688b08c
tree75ec4cd388e0cc4f426afbe505dab727ccf5433f
parent3398888ba9deb4b12b59e24e1e2530eee14245c9
ocaml: Fix bindings when a function takes more than 10 parameters.

If any function had more than 10 required + optional parameters, OCaml
bindings could not be generated.  Currently there are no such
functions.
(cherry picked from commit 29172e7c4878085a680812f7f3b8ad6ea5f1193c)
generator/generator_ocaml.ml