Stringify properly

This commit is contained in:
malc 2018-05-20 06:53:53 +03:00
parent 85d15ff3a0
commit 33d0748e8a
1 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
#define stringify(x) #x
#define stringify1(x) #x
#define stringify(x) stringify1 (x)
const char llpp_version[] = stringify (LLPP_VERSION);