mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-31 18:44:48 +01:00
8 lines
148 B
C
8 lines
148 B
C
#ifndef HAVE___ATTRIBUTE__
|
|
#define __attribute__(x)
|
|
#endif
|
|
|
|
#if (HAVE_DECL_FFS==0) && (HAVE_DECL___BUILTIN_FFS==1)
|
|
#define ffs __builtin_ffs
|
|
#endif
|