Skip to content

Commit be8a2bf

Browse files
authored
Merge pull request swiftlang#21003 from compnerd/setjmp
Platform: add setjmp module for VisualC
2 parents f50593b + 16e9bab commit be8a2bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/visualc.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ module visualc [system] {
2626
export *
2727
}
2828

29+
module setjmp {
30+
header "setjmp.h"
31+
export *
32+
}
33+
2934
module stdint {
3035
header "stdint.h"
3136
export *

0 commit comments

Comments
 (0)