os x changes
This commit is contained in:
parent
530d001641
commit
b8f742db85
18 changed files with 92 additions and 44 deletions
|
|
@ -120,7 +120,7 @@ typedef short s16int;
|
|||
/*
|
||||
* Gcc 3 is too smart for its own good.
|
||||
*/
|
||||
#if defined(__GNUC__)
|
||||
#if defined(__GNUC__) && !defined(__APPLE_CC__)
|
||||
# if __GNUC__ >= 3
|
||||
# undef AUTOLIB
|
||||
# define AUTOLIB(x) int __p9l_autolib_ ## x __attribute__ ((weak));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue