Fixing for 110.46
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-25.sml
CommitLineData
f147efc8 1(* This file has been generated automatically. DO NOT EDIT! *)
790a48a1
AC
2(* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
3(* Send comments and suggestions to blume@tti-c.org. Thanks! *)
f147efc8
AC
4local open C.Dim C_Int in
5structure FPtrRTTI_25 = struct
6 fun mkcall a (x1, x2, x3)
7 = Cvt.c_sint
8 (CMemory.unwrap_sint
9 (Callop_16.callop
10 (a,
11 (CMemory.wrap_addr (reveal (Ptr.inject' x1)),
12 CMemory.wrap_addr (reveal (Ptr.inject' x2)),
13 CMemory.wrap_sint (Cvt.ml_sint x3)),
14 nil)))
15 val typ =
16 mk_fptr_typ mkcall :
17 ((ST_pg_conn.tag, rw) su_obj ptr' * rw uchar_obj ptr' * sint ->
18 sint) fptr T.typ
19end
20end