Changeset 785

Show
Ignore:
Timestamp:
07/07/08 22:31:29 (5 months ago)
Author:
andrei
Message:

changed const to enum

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/phobos/std/c/linux/linux.d

    r689 r785  
    441441    } 
    442442 
    443     const size_t _SIGSET_NWORDS = 1024 / (8 * uint.sizeof); 
     443    enum _SIGSET_NWORDS = 1024 / (8 * uint.sizeof); 
    444444    struct sigset_t 
    445445    {