summaryrefslogtreecommitdiff
path: root/include/module.modulemap
diff options
context:
space:
mode:
Diffstat (limited to 'include/module.modulemap')
-rw-r--r--include/module.modulemap2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/module.modulemap b/include/module.modulemap
index 98b1870afcc1..3194b5c9f2a2 100644
--- a/include/module.modulemap
+++ b/include/module.modulemap
@@ -484,7 +484,7 @@ module std [system] {
module __string { header "__string" export * }
module __tree { header "__tree" export * }
module __tuple { header "__tuple" export * }
- module __undef_min_max { header "__undef_min_max" export * }
+ module __undef_macros { header "__undef_macros" export * }
module experimental {
requires cplusplus11