From d4c65d1e9136f4ee313fd3db79a8e36534aeec5b Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 21 Mar 2003 15:48:06 +0000 Subject: [PATCH] [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) --- ghc/includes/mkNativeHdr.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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); } -- 1.7.10.4