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 21:21:49 +0000 (21:21 +0000)
commit29172e7c4878085a680812f7f3b8ad6ea5f1193c
tree093d47082f2e5b2a3efd625a0a2388f87c179e9d
parentaf2b0378bbb178a4e3db326ac3082d66170fcafc
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.
generator/generator_ocaml.ml