Skip to content

Commit b6eb4d7

Browse files
committed
raises?
1 parent 00569ac commit b6eb4d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/system/ansi_c.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# and definitions of Ansi C types in Nim syntax
1212
# All symbols are prefixed with 'c_' to avoid ambiguities
1313

14-
{.push hints:off, stack_trace: off, profiler: off.}
14+
{.push hints:off, stack_trace: off, profiler: off, raises: [].}
1515

1616
proc c_memchr*(s: pointer, c: cint, n: csize_t): pointer {.
1717
importc: "memchr", header: "<string.h>".}

0 commit comments

Comments
 (0)