diff options
author | chak <unknown> | 2001-04-01 05:56:29 +0000 |
---|---|---|
committer | chak <unknown> | 2001-04-01 05:56:29 +0000 |
commit | 3ddff2383b0f43e29b8edf52a5087ceef958a1a2 (patch) | |
tree | 1a464084f7a014eb3eddc19645c10af0f8898082 | |
parent | b54855b882c6ecab62db9a3c100d12b228328db8 (diff) | |
download | haskell-3ddff2383b0f43e29b8edf52a5087ceef958a1a2.tar.gz |
[project @ 2001-04-01 05:56:29 by chak]
gcc doesn't like headers that end without a newline.
-rw-r--r-- | ghc/includes/Hooks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/includes/Hooks.h b/ghc/includes/Hooks.h index a9c456d903..8db74f7197 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 |