[project @ 2003-03-21 15:48:06 by sof]
authorsof <unknown>
Fri, 21 Mar 2003 15:48:06 +0000 (15:48 +0000)
committersof <unknown>
Fri, 21 Mar 2003 15:48:06 +0000 (15:48 +0000)
drop FILE_SIZE (hasn't been needed by NCG for the past 5 years or so)

ghc/includes/mkNativeHdr.c

index f0f02d4..d078055 100644 (file)
@@ -1,5 +1,5 @@
 /* --------------------------------------------------------------------------
- * $Id: mkNativeHdr.c,v 1.11 2002/12/11 15:36:40 simonmar Exp $
+ * $Id: mkNativeHdr.c,v 1.12 2003/03/21 15:48:06 sof Exp $
  *
  * (c) The GHC Team, 1992-1998
  *
@@ -113,9 +113,5 @@ main()
     printf("#define BDESCR_FREE %d\n", BDESCR_FREE);
     printf("#define BDESCR_BLOCKS %d\n", BDESCR_BLOCKS);
 
-    printf("\n-- FILE size for the Native Code Generator\n");
-
-    printf("#define FILE_SIZE %d\n", sizeof(*stdin));
-
     exit(0);
 }