mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-30 19:23:57 +00:00
preparations for making 'closure' the default calling convention for proc types
This commit is contained in:
@@ -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.}
|
||||
|
||||
Reference in New Issue
Block a user