Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d390325 commit 4fbb6d9Copy full SHA for 4fbb6d9
1 file changed
Mac/Modules/config.c
@@ -32,6 +32,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
32
33
extern void initarray();
34
extern void initmath();
35
+#ifndef WITHOUT_COMPLEX
36
+extern void initcmath();
37
+#endif
38
extern void initparser();
39
extern void initmac();
40
extern void MacOS_Init();
@@ -133,6 +136,9 @@ struct {
133
136
#ifndef SYMANTEC__CFM68K__
134
137
/* The math library seems mostly broken... */
135
138
{"math", initmath},
139
140
141
+ {"cmath", initcmath},
142
#endif
143
{"parser", initparser},
144
{"mac", initmac},
0 commit comments