Changeset 121 for trunk/infrastructure/python
- Timestamp:
- 07/29/07 20:32:02 (1 year ago)
- Files:
-
- trunk/infrastructure/python/python.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/infrastructure/python/python.d
r120 r121 62 62 63 63 version (D_Version2) { 64 alias const(char)* c_str; 64 // Need to define const(char)* in a way which is syntactically valid in a 65 // D 1.0 compiler. 66 mixin("alias const(char)* c_str;"); 65 67 } else { 66 68 alias char* c_str;
