From d65e53068e857aa50b46438ab5cef889ce34ca5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Thu, 19 Nov 1998 23:39:18 -0800
Subject: [PATCH] bugfix (I hope)

Rev: src/interpret.c:1.102
---
 src/interpret.c | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/interpret.c b/src/interpret.c
index 201d69c0c5..b537032187 100644
--- a/src/interpret.c
+++ b/src/interpret.c
@@ -4,7 +4,7 @@
 ||| See the files COPYING and DISCLAIMER for more information.
 \*/
 #include "global.h"
-RCSID("$Id: interpret.c,v 1.101 1998/11/20 06:46:56 hubbe Exp $");
+RCSID("$Id: interpret.c,v 1.102 1998/11/20 07:39:18 hubbe Exp $");
 #include "interpret.h"
 #include "object.h"
 #include "program.h"
@@ -186,6 +186,12 @@ use_malloc:
     }
   }
 #endif
+#ifdef PROFILING
+#ifdef HAVE_GETHRTIME
+  accounted_time =0;
+  time_base =0;
+#endif
+#endif
 }
 
 void check_stack(INT32 size)
-- 
GitLab