Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 2779

Show
Ignore:
Timestamp:
11/05/07 16:48:23 (10 months ago)
Author:
larsivi
Message:

Removed import (abort already available) to make runtime compile on Linux IA64. closes #731

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/compiler/gdc/gcc/unwind.d

    r1856 r2779  
    203203 
    204204version (IA64) { 
    205 // TODO: this needs a Tango replacement, perhaps os.windows.process? 
    206 private import std.c.process; 
    207  
    208205_Unwind_Ptr 
    209206_Unwind_GetDataRelBase (_Unwind_Context *_C)