Fixing for 110.46
[hcoop/smlsql.git] / libpq / FFI / fptr-rtti-36.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_36 = struct
6 fun mkcall a x1
7 = pcast
8 (CMemory.unwrap_addr
9 (Callop_21.callop
10 (a, CMemory.wrap_sint (Cvt.c2i_enum x1), nil)))
11 val typ =
12 mk_fptr_typ mkcall :
13 (ET_'ExecStatusType.tag enum -> rw uchar_obj ptr') fptr T.typ
14end
15end