1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-19 17:31:44 +03:00

add a COMMA macro for assert parameters

This commit is contained in:
Maxime Coste 2012-03-25 20:15:54 +00:00
parent 3dd96565b3
commit 0748aa042b

View File

@ -19,6 +19,7 @@ private:
#define STRINGIFY(X) #X
#define TOSTRING(X) STRINGIFY(X)
#define COMMA ,
#ifdef assert
#undef assert