File tree 1 file changed +10
-15
lines changed
1 file changed +10
-15
lines changed Original file line number Diff line number Diff line change @@ -25,19 +25,6 @@ module _complex [system] [no_undeclared_includes] {
25
25
export *
26
26
}
27
27
28
- module _fenv [system] [no_undeclared_includes] {
29
- use corecrt
30
- use _float
31
- header "fenv.h"
32
- export *
33
- }
34
-
35
- module _float [system] [no_undeclared_includes] {
36
- use corecrt
37
- header "float.h"
38
- export *
39
- }
40
-
41
28
module _stddef [system] [no_undeclared_includes] {
42
29
header "stddef.h"
43
30
export *
@@ -54,8 +41,6 @@ module ucrt [system] {
54
41
55
42
module C {
56
43
export _complex
57
- export _fenv
58
- export _float
59
44
export _stddef
60
45
export _stdlib
61
46
@@ -69,6 +54,16 @@ module ucrt [system] {
69
54
export *
70
55
}
71
56
57
+ module fenv {
58
+ header "fenv.h"
59
+ export *
60
+ }
61
+
62
+ module float {
63
+ header "float.h"
64
+ export *
65
+ }
66
+
72
67
module inttypes {
73
68
header "inttypes.h"
74
69
export *
You can’t perform that action at this time.
0 commit comments