add 'STRINGIFY' to ppmpl.h

This commit is contained in:
Christian Thaeter 2008-09-19 15:39:12 +02:00
parent a7f75b3f6f
commit 2a723bc5ba

View file

@ -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: