changeset 767:eb1ce70ee01c

D2: forgot to revert some changes made for testing last fix...
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Wed, 12 Nov 2008 05:43:12 +0100
parents af04bbae8553
children 85e2093edd73
files runtime/ldc2.diff
diffstat 1 files changed, 0 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/runtime/ldc2.diff	Wed Nov 12 05:40:31 2008 +0100
+++ b/runtime/ldc2.diff	Wed Nov 12 05:43:12 2008 +0100
@@ -83,24 +83,6 @@
                  asm
                  {
                      popad;
-@@ -717,7 +763,7 @@
-      * represents the minimum valid priority for the scheduling policy of
-      * the process.
-      */
--    static const int PRIORITY_MIN;
-+    static int PRIORITY_MIN;
- 
- 
-     /**
-@@ -726,7 +772,7 @@
-      * represents the minimum valid priority for the scheduling policy of
-      * the process.
-      */
--    static const int PRIORITY_MAX;
-+    static int PRIORITY_MAX;
- 
- 
-     /**
 @@ -2259,6 +2305,18 @@
              version = AsmPPC_Posix;
      }