mirror of
https://github.com/dlang/phobos.git
synced 2025-05-12 15:17:12 +03:00
phobos 0.176
This commit is contained in:
parent
00fe9a970d
commit
76dac5da92
18 changed files with 1233 additions and 40 deletions
|
@ -33,7 +33,9 @@ extern DWORD _except_list;
|
|||
|
||||
#include "mars.h"
|
||||
|
||||
extern ClassInfo _Class_9Exception;
|
||||
extern ClassInfo D9Exception7__ClassZ;
|
||||
|
||||
#define _Class_9Exception D9Exception7__ClassZ
|
||||
|
||||
typedef int (__pascal *fp_t)(); // function pointer in ambient memory model
|
||||
|
||||
|
@ -411,7 +413,9 @@ void _d_monitor_epilog(void *x, void *y, Object *h)
|
|||
|
||||
#include "mars.h"
|
||||
|
||||
extern ClassInfo _Class_9Exception;
|
||||
extern ClassInfo D9Exception7__ClassZ;
|
||||
|
||||
#define _Class_9Exception D9Exception7__ClassZ
|
||||
|
||||
typedef int (*fp_t)(); // function pointer in ambient memory model
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue