aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/postgres.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-07-12 16:09:54 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-07-12 16:09:54 -0400
commit662c635acece462b9a3d8f95f30716f9904b5ad5 (patch)
tree4d4a46bcc85dddd733c8b96416c8cbba8c204e9e /src/postgres.sml
parent109da4465170be4f88216c6b0b2fc7d2e4c819b8 (diff)
Demo compiles again with Postgres and MySQL; MySQL version lacks sequence code and so doesn't work yet
Diffstat (limited to 'src/postgres.sml')
-rw-r--r--src/postgres.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postgres.sml b/src/postgres.sml
index 0b854efc..7096a5cf 100644
--- a/src/postgres.sml
+++ b/src/postgres.sml
@@ -247,7 +247,7 @@ fun checkRel (table, checkNullable) (s, xts) =
fun init {dbstring, prepared = ss, tables, views, sequences} =
box [if #persistent (currentProtocol ()) then
- box [string "void uw_client_init() { }",
+ box [string "void uw_client_init(void) { }",
newline,
newline,