Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1246 from WalterBright/tracegc
Browse files Browse the repository at this point in the history
add rt.tracegc
  • Loading branch information
andralex committed May 2, 2015
2 parents fa57880 + d332ce3 commit 4014f85
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 0 deletions.
1 change: 1 addition & 0 deletions mak/MANIFEST
Expand Up @@ -239,6 +239,7 @@ MANIFEST=\
src\rt\switch_.d \
src\rt\tlsgc.d \
src\rt\trace.d \
src\rt\tracegc.d \
\
src\rt\util\array.d \
src\rt\util\hash.d \
Expand Down
1 change: 1 addition & 0 deletions mak/SRCS
Expand Up @@ -124,6 +124,7 @@ SRCS=\
src\rt\switch_.d \
src\rt\tlsgc.d \
src\rt\trace.d \
src\rt\tracegc.d \
\
src\rt\util\array.d \
src\rt\util\hash.d \
Expand Down

0 comments on commit 4014f85

Please sign in to comment.