Show
Ignore:
Timestamp:
07/29/07 20:32:02 (1 year ago)
Author:
KirkMcDonald
Message:

Since the D 2.0 series has been found lacking at the moment, Pyd once again compiles under the 1.0 series. (Specifically 1.016 or later; tested with 1.020.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/infrastructure/python/python.d

    r120 r121  
    6262 
    6363version (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;"); 
    6567} else { 
    6668    alias char* c_str;