mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-14 11:53:13 +01:00
Bring FrameInfo definition up to date with recent Tango developments. Thanks fawzi!
This commit is contained in:
@@ -907,6 +907,7 @@ class Exception : Object
|
||||
{
|
||||
struct FrameInfo{
|
||||
long line;
|
||||
ptrdiff_t iframe;
|
||||
ptrdiff_t offset;
|
||||
size_t address;
|
||||
char[] file;
|
||||
|
||||
Reference in New Issue
Block a user