Changeset 25
- Timestamp:
- 10/13/08 15:38:22 (4 years ago)
- Files:
-
- branches/D1.0/src/compiler/dmd/cover.d (modified) (1 diff)
- trunk/src/compiler/dmd/cover.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/D1.0/src/compiler/dmd/cover.d
r8 r25 20 20 import sys.windows.windows; 21 21 else version( Posix ) 22 { 23 import stdc.posix.fcntl; 22 24 import stdc.posix.unistd; 25 } 23 26 import bitmanip; 24 27 import stdc.stdio; trunk/src/compiler/dmd/cover.d
r7 r25 13 13 */ 14 14 15 module rt. cover;15 module rt.cover; 16 16 17 17 private … … 20 20 import sys.windows.windows; 21 21 else version( Posix ) 22 { 23 import stdc.posix.fcntl; 22 24 import stdc.posix.unistd; 25 } 23 26 import bitmanip; 24 27 import stdc.stdio;
