From 3ddff2383b0f43e29b8edf52a5087ceef958a1a2 Mon Sep 17 00:00:00 2001 From: chak Date: Sun, 1 Apr 2001 05:56:29 +0000 Subject: [PATCH] [project @ 2001-04-01 05:56:29 by chak] gcc doesn't like headers that end without a newline. --- ghc/includes/Hooks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4