0d056fec9d8bba531f27230a669e1c8d00411ac6
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-7.sml
1 (* This file has been generated automatically. DO NOT EDIT! *)
2 (* [by Matthias Blume's ml-nlffigen (version 0.9) for x86-unix] *)
3 (* Send comments and suggestions to blume@research.bell-labs.com. Thanks! *)
4 local open C.Dim C_Int in
5 structure FPtrRTTI_7 = struct
6 fun mkcall a x1
7 = pcast
8 (CMemory.unwrap_addr
9 (Callop_3.callop
10 (a,
11 CMemory.wrap_addr (reveal (Ptr.inject' x1)),
12 nil)))
13 val typ =
14 mk_fptr_typ mkcall :
15 (ro uchar_obj ptr' -> (ST_pg_conn.tag, rw) su_obj ptr') fptr T.typ
16 end
17 end