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/pyd/class_wrap.d

    r120 r121  
    583583//        alias _T T; 
    584584    } else { 
    585         pragma(msg, "wrap_struct: " ~ name); 
     585        pragma(msg, "wrap_struct: '" ~ name ~ "'"); 
    586586        alias void shim_class; 
    587587        alias _T* T;