/* * Copyright 2011 Sven Verdoolaege * * Use of this software is governed by the MIT license * * Written by Sven Verdoolaege */ #define xFN(TYPE,NAME) TYPE ## _ ## NAME #define FN(TYPE,NAME) xFN(TYPE,NAME) /* Align the parameters of the two arguments of type ARG1 and ARG2 * (if needed). */ isl_stat FN(FN(ARG1,align_params),SUFFIX)(__isl_keep ARG1 **obj1, __isl_keep ARG2 **obj2) { … }