- Deprecate TAG() in rostests

svn path=/trunk/; revision=42918
This commit is contained in:
Stefan Ginsberg 2009-08-24 17:41:36 +00:00
parent 53cbc6c4a3
commit 77fc26f56a
3 changed files with 11 additions and 3 deletions

View file

@ -30,7 +30,7 @@
//#define NDEBUG
#include "debug.h"
#define TAG_POOLTEST TAG('P','t','s','t')
#define TAG_POOLTEST 'tstP'
/* PRIVATE FUNCTIONS ***********************************************************/