Skip to content

Commit b9f9520

Browse files
committed
Merge pull request #10 from NilsBossung/nothrow
nothrow
2 parents f474cce + 0c8d517 commit b9f9520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deimos/ncurses/curses.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ immutable enum
6666
/* This is defined in more than one ncurses header, for identification */
6767
string NCURSES_VERSION = "5.7";
6868

69-
extern (C)
69+
extern (C) nothrow
7070
{
7171

7272
/* types */

0 commit comments

Comments
 (0)