| Index: include/compiler.h
|
| diff --git a/include/compiler.h b/include/compiler.h
|
| index 3388821609a8cc103297321fe13921e9aebc37eb..62fe9914148ebd53ad6b7d7e937852f6930cda46 100644
|
| --- a/include/compiler.h
|
| +++ b/include/compiler.h
|
| @@ -158,10 +158,6 @@
|
| /* TODO: add type check */
|
| #define countof(a) (sizeof(a) / sizeof((a)[0]))
|
|
|
| -/* macro-expanding concat */
|
| -#define concat(a, b) __ex_concat(a, b)
|
| -#define __ex_concat(a, b) a ## b
|
| -
|
| /* CPP header guards */
|
| #ifdef __cplusplus
|
| #define __BEGIN_CDECLS extern "C" {
|
|
|