From b182f696c5bd46722a284dc4255c31d2e818ad31 Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 14 Apr 2000 14:07:18 +0000 Subject: [PATCH] [project @ 2000-04-14 14:07:18 by simonmar] uncomment prototype for msTime. --- ghc/rts/RtsUtils.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ghc/rts/RtsUtils.h b/ghc/rts/RtsUtils.h index a4cff51..f4aea78 100644 --- a/ghc/rts/RtsUtils.h +++ b/ghc/rts/RtsUtils.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: RtsUtils.h,v 1.8 2000/03/16 17:23:35 simonmar Exp $ + * $Id: RtsUtils.h,v 1.9 2000/04/14 14:07:18 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -29,6 +29,7 @@ extern void stg_exit(I_ n) __attribute__((noreturn)); char *time_str(void); char *ullong_format_string(ullong, char *, rtsBool); -//ullong msTime(void); + +ullong msTime(void); -- 1.7.10.4