summaryrefslogtreecommitdiff
path: root/cloog-0.17.0/isl/isl_config_post.h
blob: a9c23f472c2a413236457f6e3d43b721a69be61c (plain)
1
2
3
4
5
6
7
#ifndef HAVE___ATTRIBUTE__
#define __attribute__(x)
#endif

#if (HAVE_DECL_FFS==0) && (HAVE_DECL___BUILTIN_FFS==1)
# define ffs __builtin_ffs
#endif