From: chak Date: Sun, 1 Apr 2001 05:56:29 +0000 (+0000) Subject: [project @ 2001-04-01 05:56:29 by chak] X-Git-Tag: Approximately_9120_patches~2236 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=3ddff2383b0f43e29b8edf52a5087ceef958a1a2 [project @ 2001-04-01 05:56:29 by chak] gcc doesn't like headers that end without a newline. --- diff --git a/ghc/includes/Hooks.h b/ghc/includes/Hooks.h index a9c456d..8db74f7 100644 --- a/ghc/includes/Hooks.h +++ b/ghc/includes/Hooks.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Hooks.h,v 1.4 2001/03/22 03:51:09 hwloidl Exp $ + * $Id: Hooks.h,v 1.5 2001/04/01 05:56:29 chak Exp $ * * (c) The GHC Team, 1998-1999 * @@ -20,4 +20,4 @@ extern void PostTraceHook (long fd); #if defined(PAR) extern void InitEachPEHook (void); extern void ShutdownEachPEHook (void); -#endif \ No newline at end of file +#endif