зеркало из https://github.com/mozilla/pjs.git
Didn't realize that this was *the* real_stderr declaration that the rest of the build used. Removed the additional DEBUG ifdef.
This commit is contained in:
Родитель
382f88e891
Коммит
3d1afe55bf
|
@ -56,13 +56,15 @@ void XP_Trace1 (const char* message, ...)
|
|||
#endif /* DEBUG */
|
||||
}
|
||||
|
||||
#if defined(XP_UNIX) && defined(DEBUG)
|
||||
#if defined(XP_UNIX)
|
||||
#if defined(__GLIBC__) && __GLIBC__ >= 2
|
||||
FILE *real_stderr = 0;
|
||||
#else
|
||||
FILE *real_stderr = stderr;
|
||||
#endif
|
||||
#endif /* XP_UNIX */
|
||||
|
||||
#if defined(XP_UNIX) && defined(DEBUG)
|
||||
void FE_Trace (const char* buffer)
|
||||
{
|
||||
#if defined(DEBUG_warren)
|
||||
|
|
Загрузка…
Ссылка в новой задаче