Placate older versions of gcc.

This commit is contained in:
wkj 2005-05-02 18:08:03 +00:00
parent 09828aecad
commit 9d7a2e6e3c

View file

@ -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