Turn this off. It's just getting in the way of real PR_LOG use.

This commit is contained in:
waterson%netscape.com 1999-04-28 03:32:29 +00:00
Родитель c14a5e0f1b
Коммит 9fb0fec61e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -101,7 +101,7 @@ TimingElapsedTimeToString(PRTime time, char* buffer, PRUint32 size);
PR_END_EXTERN_C PR_END_EXTERN_C
#if defined(NO_TIMING) #if !defined(MOZ_TIMING)
#define TIMING_MESSAGE(args) ((void) 0) #define TIMING_MESSAGE(args) ((void) 0)
#define TIMING_STARTCLOCK_NAME(op, name) ((void) 0) #define TIMING_STARTCLOCK_NAME(op, name) ((void) 0)
@ -109,7 +109,7 @@ PR_END_EXTERN_C
#define TIMING_STARTCLOCK_OBJECT(op, obj) ((void) 0) #define TIMING_STARTCLOCK_OBJECT(op, obj) ((void) 0)
#define TIMING_STOPCLOCK_OBJECT(op, obj, cx, msg) ((void) 0) #define TIMING_STOPCLOCK_OBJECT(op, obj, cx, msg) ((void) 0)
#else /* !defined(NO_TIMING) */ #else /* !defined(MOZ_TIMING) */
/** /**
* Use this macro to log timing information. It uses the * Use this macro to log timing information. It uses the