Placate older versions of gcc.
This commit is contained in:
parent
09828aecad
commit
9d7a2e6e3c
@ -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…
Reference in New Issue
Block a user