From: simonmar Date: Fri, 14 Apr 2000 14:07:18 +0000 (+0000) Subject: [project @ 2000-04-14 14:07:18 by simonmar] X-Git-Tag: Approximately_9120_patches~4697 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b182f696c5bd46722a284dc4255c31d2e818ad31;p=ghc-hetmet.git [project @ 2000-04-14 14:07:18 by simonmar] uncomment prototype for msTime. --- 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);