Remove extra semicolon in macro definition/usage which causes gcc 3.4 bustage (bug 218551). a=brendan.

This commit is contained in:
bryner%brianryner.com 2003-09-10 19:55:47 +00:00
Родитель a864593274
Коммит 6722f4e66c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -54,7 +54,7 @@ public:
#define TX_LG_IMPL \
PRLogModuleInfo * txLog::xpath = 0; \
PRLogModuleInfo * txLog::xslt = 0
PRLogModuleInfo * txLog::xslt = 0;
#define TX_LG_CREATE \
txLog::xpath = PR_NewLogModule("xpath"); \

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

@ -47,7 +47,7 @@
#include "txHTMLOutput.h"
#endif
TX_LG_IMPL;
TX_LG_IMPL
/* static */
MBool