[project @ 2004-08-13 10:45:16 by simonmar]
[ghc-hetmet.git] / 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);
 }