Build scripts & automatic generation of FFI files
[hcoop/smlsql.git] / libpq / FFI / t-pqbool.sml
index a78c685..46bca0b 100644 (file)
@@ -1,10 +1,10 @@
 (* This file has been generated automatically. DO NOT EDIT! *)
 (* [from code at "/usr/include/postgresql/libpq-fe.h":118.1-20] *)
-(* [by Matthias Blume's ml-nlffigen (version 0.9) for x86-unix] *)
-(* Send comments and suggestions to blume@research.bell-labs.com. Thanks! *)
+(* [by Matthias Blume's ml-nlffigen (version 0.9.1) for x86-unix] *)
+(* Send comments and suggestions to blume@tti-c.org. Thanks! *)
 local open C.Dim C in
 structure T_pqbool = struct
-    type t = uchar T.typ
-    val typ = T.uchar : t
+    type t = uchar
+    val typ = T.uchar : t T.typ
 end
 end