Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Changeset 813:2eaefe4a550b

Show
Ignore:
Timestamp:
12/01/08 08:54:06 (1 month ago)
Author:
Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
branch:
default
Message:

Forgot to add AnonDeclaration::toObjFile for D2

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • dmd2/attrib.h

    r797 r813  
    108108    void toCBuffer(OutBuffer *buf, HdrGenState *hgs); 
    109109    const char *kind(); 
     110 
     111    // LDC 
     112    void toObjFile(int multiobj);           // compile to .obj file 
    110113}; 
    111114 
Copyright © 2008, LDC Development Team.