Home
last modified time | relevance | path

Searched refs:PPL_XSTR (Results 1 – 3 of 3) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A Dglobals_defs.hh295 #define PPL_XSTR(s) PPL_STR(s) macro
326 << "for class " PPL_XSTR(class_name) << "." << std::endl; \
395 << "for " PPL_XSTR(class_prefix) << "." << std::endl; \
H A Dppl.hh.dist4352 // Turn the expansion of s into a string: PPL_XSTR(x) => "x expanded".
4353 #define PPL_XSTR(s) PPL_STR(s)
4384 << "for class " PPL_XSTR(class_name) << "." << std::endl; \
4453 << "for " PPL_XSTR(class_prefix) << "." << std::endl; \
/dports/devel/ppl/ppl-1.2/
H A DChangeLog_2001-200850422 PPL_STR and PPL_XSTR docs.
52321 * src/globals.defs.hh (1.28): Add macros PPL_STR(s), PPL_XSTR(s),