fix raises in imported C functions

This commit is contained in:
Jacek Sieka 2020-04-06 18:31:10 +02:00 committed by zah
parent 924fb6cad1
commit 68c6d27304

View File

@ -371,7 +371,7 @@ when sizeof(int) == 8:
{.compile: bearToolsPath & "certs.c".}
{.compile: bearToolsPath & "files.c".}
{.pragma: bearSslFunc, cdecl, gcsafe, noSideEffect.}
{.pragma: bearSslFunc, cdecl, gcsafe, noSideEffect, raises: [].}
type
HashClass* {.importc: "br_hash_class", header: "bearssl_hash.h", bycopy.} = object