buildtools/isl/isl_config_post.h
2014-01-27 21:38:34 +01:00

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