Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 767:eb1ce70ee01c

Show
Ignore:
Timestamp:
11/11/08 23:43:12 (2 months ago)
Author:
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
branch:
default
Message:

D2: forgot to revert some changes made for testing last fix...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • runtime/ldc2.diff

    r766 r767  
    8484                 { 
    8585                     popad; 
    86 @@ -717,7 +763,7 @@ 
    87       * represents the minimum valid priority for the scheduling policy of 
    88       * the process. 
    89       */ 
    90 -    static const int PRIORITY_MIN; 
    91 +    static int PRIORITY_MIN; 
    92   
    93   
    94      /** 
    95 @@ -726,7 +772,7 @@ 
    96       * represents the minimum valid priority for the scheduling policy of 
    97       * the process. 
    98       */ 
    99 -    static const int PRIORITY_MAX; 
    100 +    static int PRIORITY_MAX; 
    101   
    102   
    103      /** 
    10486@@ -2259,6 +2305,18 @@ 
    10587             version = AsmPPC_Posix; 
Copyright © 2008, LDC Development Team.