Skip to content

Commit

Permalink
Merge pull request #1579 from wilzbach/fix-17115
Browse files Browse the repository at this point in the history
Fix Issue 17115 - Remove std.concurrencybase and std.stdiobase from the Doc's menu
  • Loading branch information
CyberShadow committed Feb 28, 2017
2 parents 1e042c7 + 386c894 commit 90f9ffa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posix.mak
Expand Up @@ -54,9 +54,9 @@ STABLE_RDMD=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODE

# exclude lists
MOD_EXCLUDES_PRERELEASE=$(addprefix --ex=, gc. rt. core.internal. core.stdc.config core.sys. \
std.c. std.algorithm.internal std.internal. std.regex.internal. \
std.windows.iunknown std.windows.registry etc.linux.memoryerror std.stream std.cstream \
std.socketstream std.experimental.ndslice.internal)
std.algorithm.internal std.c. std.concurrencybase std.internal. std.regex.internal. \
std.windows.iunknown std.windows.registry etc.linux.memoryerror \
std.experimental.ndslice.internal std.stdiobase)

MOD_EXCLUDES_RELEASE=$(MOD_EXCLUDES_PRERELEASE)

Expand Down

0 comments on commit 90f9ffa

Please sign in to comment.