From: sof Date: Fri, 21 Mar 2003 15:48:06 +0000 (+0000) Subject: [project @ 2003-03-21 15:48:06 by sof] X-Git-Tag: Approx_11550_changesets_converted~1050 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d4c65d1e9136f4ee313fd3db79a8e36534aeec5b;p=ghc-hetmet.git [project @ 2003-03-21 15:48:06 by sof] drop FILE_SIZE (hasn't been needed by NCG for the past 5 years or so) --- diff --git a/ghc/includes/mkNativeHdr.c b/ghc/includes/mkNativeHdr.c index f0f02d4..d078055 100644 --- a/ghc/includes/mkNativeHdr.c +++ b/ghc/includes/mkNativeHdr.c @@ -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); }