From 2dbefd847316b089df8733e9022b85d7f6a57ecf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Fri, 20 Nov 1998 00:18:54 -0800
Subject: [PATCH] bugfix I hope

Rev: src/threads.h:1.56
---
 src/threads.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/threads.h b/src/threads.h
index 81017267a6..098c5a6512 100644
--- a/src/threads.h
+++ b/src/threads.h
@@ -1,5 +1,5 @@
 /*
- * $Id: threads.h,v 1.55 1998/11/20 06:46:58 hubbe Exp $
+ * $Id: threads.h,v 1.56 1998/11/20 08:18:54 hubbe Exp $
  */
 #ifndef THREADS_H
 #define THREADS_H
@@ -345,7 +345,7 @@ struct thread_state {
 #endif /* THREAD_TRACE */
 
 #if defined(PROFILING) && defined(HAVE_GETHRTIME)
-#define DO_IF_PROFILING(X)
+#define DO_IF_PROFILING(X) X
 #else
 #define DO_IF_PROFILING(X)
 #endif
-- 
GitLab