--- uae/src/gengenblitter.c 2018/04/24 16:39:53 1.1.1.2 +++ uae/src/gengenblitter.c 2018/04/24 16:48:35 1.1.1.3 @@ -45,7 +45,7 @@ typedef struct { int ntrees; } tree_vec; -static __inline__ int issrc (tree t) +STATIC_INLINE int issrc (tree t) { return t == tree_a || t == tree_b || t == tree_c || t == tree_d || t == tree_e || t == tree_f; }