summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2015-03-18 13:42:53 +1300
committerOlly Betts <olly@survex.com>2015-03-18 13:42:53 +1300
commit7eb890e64f82616126adcef11c3dcbf87e43ca14 (patch)
tree50a1009691010955de9119952193d608399d3cb0
parentf2c2baf2af1d38bbda56735cff70d21357180fcb (diff)
downloadswig-7eb890e64f82616126adcef11c3dcbf87e43ca14.tar.gz
Fix typo in forward declaration
-rw-r--r--Lib/ocaml/ocamldec.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ocaml/ocamldec.swg b/Lib/ocaml/ocamldec.swg
index 11d7bb3ce..96e1cd2ce 100644
--- a/Lib/ocaml/ocamldec.swg
+++ b/Lib/ocaml/ocamldec.swg
@@ -130,7 +130,7 @@ CAMLextern int64 Int64_val(caml_value_t v);
SWIGSTATIC CAML_VALUE caml_array_new( int n );
SWIGSTATIC void caml_array_set( CAML_VALUE arr, int n, CAML_VALUE item );
SWIGSTATIC CAML_VALUE caml_array_nth( CAML_VALUE arr, int n );
- SWIGSTATIC int caml_array_length( CAML_VALUE arr );
+ SWIGSTATIC int caml_array_len( CAML_VALUE arr );
SWIGSTATIC CAML_VALUE caml_val_char( char c );
SWIGSTATIC CAML_VALUE caml_val_uchar( unsigned char c );