include aliaisning info (from SWI).

This commit is contained in:
Vítor Santos Costa 2012-01-25 22:15:30 -06:00
parent 8d404a41cf
commit 0b0ffc0ef1

View File

@ -12,6 +12,12 @@
#define O_HASSHARES 1
#endif
#if defined(__GNUC__) && !defined(MAY_ALIAS)
#define MAY_ALIAS __attribute__ ((__may_alias__))
#else
#define MAY_ALIAS
#endif
#ifndef PL_CONSOLE
#define PL_KERNEL 1
#endif