Doug Gregor 4823a260fd
Guard macro declarations behind hasFeature(Macros) (#1071)
To enable building this package with a "minimal" Swift toolchain whose
compiler does not have support for macros, guard the macro declarations
behind `#if hasFeature(Macros)`. This has no effect on anything but the
toolchain bootstrap process.
2024-12-05 11:24:06 -08:00
..