Skip to content

Commit

Permalink
Merge pull request #4377 from wilzbach/fix_issue_16016
Browse files Browse the repository at this point in the history
fix issue 16016 - remove std.concurrencybase from the docs
  • Loading branch information
dnadlinger committed May 29, 2016
2 parents ff854b7 + 64ba099 commit b58c161
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ STD_PACKAGES = std $(addprefix std/,\
# Modules broken down per package

PACKAGE_std = array ascii base64 bigint bitmanip compiler complex concurrency \
concurrencybase conv cstream csv datetime demangle encoding exception file format \
conv cstream csv datetime demangle encoding exception file format \
functional getopt json math mathspecial meta mmfile numeric \
outbuffer parallelism path process random signals socket socketstream stdint \
stdio stdiobase stream string system traits typecons typetuple uni \
Expand Down Expand Up @@ -204,6 +204,7 @@ EXTRA_MODULES_COMMON := $(addprefix etc/c/,curl odbc/sql odbc/sqlext \
EXTRA_DOCUMENTABLES := $(EXTRA_MODULES_LINUX) $(EXTRA_MODULES_WIN32) $(EXTRA_MODULES_COMMON)

EXTRA_MODULES_INTERNAL := $(addprefix \
std/concurrencybase \
std/internal/digest/, sha_SSSE3 ) $(addprefix \
std/internal/math/, biguintcore biguintnoasm biguintx86 \
gammafunction errorfunction) $(addprefix std/internal/, \
Expand Down

0 comments on commit b58c161

Please sign in to comment.