add 'STRINGIFY' to ppmpl.h
This commit is contained in:
parent
a7f75b3f6f
commit
2a723bc5ba
1 changed files with 4 additions and 0 deletions
|
|
@ -144,6 +144,10 @@
|
|||
#define PPMPL_CAT(a,b) PPMPL_CAT_(a,b)
|
||||
#define PPMPL_CAT_(a,b) a##b
|
||||
|
||||
|
||||
#define PPMPL_STRINGIFY(a) PPMPL_STRINGIFY_(a)
|
||||
#define PPMPL_STRINGIFY_(a) #a
|
||||
|
||||
#endif
|
||||
/*
|
||||
// Local Variables:
|
||||
|
|
|
|||
Loading…
Reference in a new issue