diff options
-rw-r--r-- | ghc/includes/mkNativeHdr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ghc/includes/mkNativeHdr.c b/ghc/includes/mkNativeHdr.c index c04d158ff3..8bf707bf36 100644 --- a/ghc/includes/mkNativeHdr.c +++ b/ghc/includes/mkNativeHdr.c @@ -1,5 +1,5 @@ /* -------------------------------------------------------------------------- - * $Id: mkNativeHdr.c,v 1.9 2002/07/17 09:21:49 simonmar Exp $ + * $Id: mkNativeHdr.c,v 1.10 2002/07/21 11:46:34 panne Exp $ * * (c) The GHC Team, 1992-1998 * @@ -7,10 +7,10 @@ * * ------------------------------------------------------------------------*/ -#include <stdio.h> - #include "Stg.h" +#include <stdio.h> + #define OFFSET(table, x) ((StgUnion *) &(x) - (StgUnion *) (&table)) #define OFFSET_R1 OFFSET(RegTable, RegTable.rR1) |