Fixed the #ifdef NO_TIMING macros.

git-svn-id: svn://10.0.0.236/trunk@8356 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
waterson%netscape.com
1998-08-23 22:12:07 +00:00
parent 56bdc1241a
commit ebde099e8c

View File

@@ -103,11 +103,11 @@ PR_END_EXTERN_C
#if defined(NO_TIMING)
#define TIMING_MESSAGE(args) ((void) 0)
#define TIMING_STARTCLOCK_NAME(op, name) ((void) 0)
#define TIMING_STOPCLOCK_NAME(op, name, msg) ((void) 0)
#define TIMING_STARTCLOCK_OBJECT(op, name) ((void) 0)
#define TIMING_STOPCLOCK_OBJECT(op, name, msg) ((void) 0)
#define TIMING_MESSAGE(args) ((void) 0)
#define TIMING_STARTCLOCK_NAME(op, name) ((void) 0)
#define TIMING_STOPCLOCK_NAME(op, name, cx, msg) ((void) 0)
#define TIMING_STARTCLOCK_OBJECT(op, obj) ((void) 0)
#define TIMING_STOPCLOCK_OBJECT(op, obj, cx, msg) ((void) 0)
#else /* !defined(NO_TIMING) */