include aliaisning info (from SWI).
This commit is contained in:
parent
8d404a41cf
commit
0b0ffc0ef1
@ -12,6 +12,12 @@
|
|||||||
#define O_HASSHARES 1
|
#define O_HASSHARES 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(__GNUC__) && !defined(MAY_ALIAS)
|
||||||
|
#define MAY_ALIAS __attribute__ ((__may_alias__))
|
||||||
|
#else
|
||||||
|
#define MAY_ALIAS
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef PL_CONSOLE
|
#ifndef PL_CONSOLE
|
||||||
#define PL_KERNEL 1
|
#define PL_KERNEL 1
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user