preparations for making 'closure' the default calling convention for proc types

This commit is contained in:
Araq
2012-07-16 23:00:57 +02:00
committed by ringabout
parent 9528b9d853
commit 6f9876dc04

View File

@@ -8,6 +8,8 @@
#
{.deadCodeElim: on.}
{.push, callconv: cdecl.}
when defined(Unix):
const
lib = "libmysqlclient.so.15"
@@ -1071,3 +1073,5 @@ proc INTERNAL_NUM_FIELD(f: Pst_mysql_field): bool =
proc reload(mysql: PMySQL): cint =
result = refresh(mysql, REFRESH_GRANT)
{.pop.}