X-Git-Url: https://git.hcoop.net/hcoop/smlsql.git/blobdiff_plain/812d937792645ff4de79715553a449a42ba4d589..ff979976e79e20620cab1a3bacf8ede384f5b880:/libpq/FFI/t-pqbool.sml diff --git a/libpq/FFI/t-pqbool.sml b/libpq/FFI/t-pqbool.sml deleted file mode 100644 index 46bca0b..0000000 --- a/libpq/FFI/t-pqbool.sml +++ /dev/null @@ -1,10 +0,0 @@ -(* 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.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 - val typ = T.uchar : t T.typ -end -end