This commit is contained in:
rods%netscape.com 2002-09-03 23:25:17 +00:00
Родитель 17c644b311
Коммит e2bf68e0fb
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -353,8 +353,8 @@ private:
_currerr = nsPrintEngine::TestRuntimeErrorCondition(_name, _currerr, _newerr); \
}
#else
#define CHECK_RUNTIME_ERROR_CONDITION
#define INIT_RUNTIME_ERROR_CHECKING
#define CHECK_RUNTIME_ERROR_CONDITION(_name, _currerr, _newerr)
#define INIT_RUNTIME_ERROR_CHECKING()
#endif
#endif /* nsPrintEngine_h___ */

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

@ -353,8 +353,8 @@ private:
_currerr = nsPrintEngine::TestRuntimeErrorCondition(_name, _currerr, _newerr); \
}
#else
#define CHECK_RUNTIME_ERROR_CONDITION
#define INIT_RUNTIME_ERROR_CHECKING
#define CHECK_RUNTIME_ERROR_CONDITION(_name, _currerr, _newerr)
#define INIT_RUNTIME_ERROR_CHECKING()
#endif
#endif /* nsPrintEngine_h___ */