Placate older versions of gcc.
This commit is contained in:
parent
09828aecad
commit
9d7a2e6e3c
1 changed files with 3 additions and 0 deletions
|
|
@ -137,6 +137,9 @@ typedef short s16int;
|
|||
# if __GNUC__ >= 3
|
||||
# undef AUTOLIB
|
||||
# define AUTOLIB(x) int __p9l_autolib_ ## x __attribute__ ((weak));
|
||||
# else
|
||||
# undef AUTOLIB
|
||||
# define AUTOLIB(x) static int __p9l_autolib_ ## x __attribute__ ((unused));
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue