mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Fix bugzilla 24546 for musl libc (#16507)
This commit is contained in:
parent
23f6757be9
commit
cc66e60109
1 changed files with 7 additions and 1 deletions
|
@ -70,12 +70,18 @@ typedef unsigned long long __uint64_t;
|
||||||
* Obsolete detritus
|
* Obsolete detritus
|
||||||
*/
|
*/
|
||||||
#define __cdecl
|
#define __cdecl
|
||||||
|
#define __pascal
|
||||||
|
|
||||||
|
/*********************
|
||||||
|
* DMC-specific extensions, https://digitalmars.com/ctg/pointers16.html
|
||||||
|
*/
|
||||||
|
#ifdef __DMC__
|
||||||
#define __ss
|
#define __ss
|
||||||
#define __cs
|
#define __cs
|
||||||
#define __far
|
#define __far
|
||||||
#define __near
|
#define __near
|
||||||
#define __handle
|
#define __handle
|
||||||
#define __pascal
|
#endif
|
||||||
|
|
||||||
/****************************
|
/****************************
|
||||||
* __extension__ is a GNU C extension. It suppresses warnings
|
* __extension__ is a GNU C extension. It suppresses warnings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue