Changeset 873
- Timestamp:
- 02/18/08 03:11:12 (7 months ago)
- Files:
-
- other/sbts/trunk/sbts/sbts.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
other/sbts/trunk/sbts/sbts.d
r872 r873 55 55 import std.c.stdlib; 56 56 import std.c.string; 57 import regex = std.regex ;57 import regex = std.regexp; 58 58 import std.stdio; 59 59 }
