fix DEBUG_shaver build, r=biesi, sr=lumpy

This commit is contained in:
shaver%mozilla.org 2004-10-07 21:50:51 +00:00
Родитель 1d2d283c84
Коммит 9b648dc685
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -62,7 +62,7 @@ CheckForRepeat(XPTCursor *cursor, void **addrp, XPTPool pool, PRUint32 len,
((cursor)->state->pool->data[CURS_POOL_OFFSET(cursor)])
#if defined(DEBUG_shaver) || defined(DEBUG_jband) || defined(DEBUG_mccabe)
#define DBG(x) printf##x
#define DBG(x) printf x
#else
#define DBG(x) (0)
#endif