Checked in from wrong tree.

git-svn-id: svn://10.0.0.236/trunk@128763 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 2002-09-03 23:25:17 +00:00
parent 164fda855f
commit 00da111269
2 changed files with 4 additions and 4 deletions

View File

@ -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___ */

View File

@ -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___ */