mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 18:02:05 +00:00
bugfix: inconsequent tuple usage
This commit is contained in:
@@ -1119,7 +1119,6 @@ when defined(USE_OLD_FUNCTIONS):
|
||||
dynlib: External_library, importc: "mysql_create_db".}
|
||||
proc mysql_drop_db*(mysql: PMYSQL, DB: cstring): cint{.stdcall,
|
||||
dynlib: External_library, importc: "mysql_drop_db".}
|
||||
proc mysql_reload*(mysql: PMySQL): cint
|
||||
|
||||
proc net_safe_read*(mysql: PMYSQL): cuint{.cdecl, dynlib: mysqllib,
|
||||
importc: "net_safe_read".}
|
||||
|
||||
Reference in New Issue
Block a user