summaryrefslogtreecommitdiffstats
path: root/libclc/generic/include/utils.h
blob: 018a7b31f8ff3d9d63c146e6d2b8cbb73ab60a16 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __CLC_UTILS_H_
#define __CLC_UTILS_H_

#define __CLC_CONCAT(x, y) x ## y
#define __CLC_XCONCAT(x, y) __CLC_CONCAT(x, y)

#define __CLC_STR(x) #x
#define __CLC_XSTR(x) __CLC_STR(x)

#endif
OpenPOWER on IntegriCloud