]>
Commit | Line | Data |
---|---|---|
ad3c9f2a A |
1 | // XCode will not build a library unless it contains at least one module. |
2 | // Absent this requirement, libm.dylib would be composed entirely by linking | |
3 | // the component static libraries together, but to satisfy it, we must have | |
4 | // a C file. | |
5 | ||
6 | typedef int theCStandardDoesNotAllowAnEmptyModule; |