bd3e0e02472d4e9160d5f2aabd52d45a528d9af1
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-32.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_32 = struct
6 fun mkcall a (x1, x2, x3)
7 = Callop_19.callop
8 (a,
9 (CMemory.wrap_addr (reveal (Ptr.inject' x1)),
10 CMemory.wrap_addr (reveal (Ptr.inject' x2)),
11 CMemory.wrap_addr (reveal (Ptr.inject' x3))),
12 nil)
13 val typ =
14 mk_fptr_typ mkcall :
15 ((ST__IO_FILE.tag, rw) su_obj ptr' *
16 (ST_pg_result.tag, ro) su_obj ptr' *
17 (ST__PQprintOpt.tag, ro) su_obj ptr' -> unit) fptr T.typ
18 end
19 end