From: simonmar Date: Tue, 19 Dec 2000 14:24:24 +0000 (+0000) Subject: [project @ 2000-12-19 14:24:24 by simonmar] X-Git-Tag: Approximately_9120_patches~3050 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8d865a6d9b13b061c01c1054e0c100faa9b4eac5;p=ghc-hetmet.git [project @ 2000-12-19 14:24:24 by simonmar] wibble --- diff --git a/ghc/compiler/parser/hschooks.h b/ghc/compiler/parser/hschooks.h index 38a7d9f..7245e88 100644 --- a/ghc/compiler/parser/hschooks.h +++ b/ghc/compiler/parser/hschooks.h @@ -1,9 +1,9 @@ /* ----------------------------------------------------------------------------- - * $Id: hschooks.h,v 1.1 2000/12/19 12:55:18 simonmar Exp $ + * $Id: hschooks.h,v 1.2 2000/12/19 14:24:24 simonmar Exp $ * * Hooks into the RTS from the compiler. * - * ----------------------------------------------------------------------------- + * -------------------------------------------------------------------------- */ void enableTimingStats( void ); void setHeapSize( HsInt size );