]> Pileus Git - ~andy/sunrise/blob - dev-lang/dmd/files/2.059-outOfMemoryError-undeprecation.patch
dev-lang/dmd: version bump to dmd-2.059; keeping last 3 versions, until dmd2 is stabl...
[~andy/sunrise] / dev-lang / dmd / files / 2.059-outOfMemoryError-undeprecation.patch
1 diff -Nurp a/src/phobos/std/path.d b/src/phobos/std/path.d
2 --- a/src/phobos/std/path.d     2012-04-17 12:02:10.980873765 +0200
3 +++ b/src/phobos/std/path.d     2012-04-17 13:43:17.035037653 +0200
4 @@ -59,6 +59,7 @@ version(Posix)
5      import core.stdc.errno;
6      import core.sys.posix.pwd;
7      import core.sys.posix.stdlib;
8 +    private import core.exception : onOutOfMemoryError;
9  }
10  
11  
12 @@ -2795,7 +2796,6 @@ deprecated:
13  version(Posix)
14  {
15      private import core.sys.posix.pwd;
16 -    private import core.exception : onOutOfMemoryError;
17  }
18  
19  version(Windows)