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)
If any function had more than 10 required + optional parameters, OCaml
bindings could not be generated.  Currently there are no such
functions.


No differences found