[project @ 1999-05-11 17:05:43 by keithw]
authorkeithw <unknown>
Tue, 11 May 1999 17:05:49 +0000 (17:05 +0000)
committerkeithw <unknown>
Tue, 11 May 1999 17:05:49 +0000 (17:05 +0000)
Remove some comments left in by mistake.

ghc/lib/exts/Makefile
ghc/lib/misc/Makefile
ghc/lib/posix/Makefile
ghc/lib/std/Makefile

index abc53cf..6a207cf 100644 (file)
@@ -43,8 +43,6 @@ ifneq "$(way)" ""
 SRC_HC_OPTS += -hisuf $(way_)hi
 endif
 
-# KSW 1998-12: had to increase some of the heap sizes by 2m to 6m for USP
-
 Int_HC_OPTS          += -H20m -fno-prune-tydecls -monly-3-regs
 Word_HC_OPTS         += -H20m -monly-3-regs
 Foreign_HC_OPTS      += -fno-prune-tydecls
index 5d0c5ab..9a5c293 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.14 1999/05/11 16:47:46 keithw Exp $
+# $Id: Makefile,v 1.15 1999/05/11 17:05:46 keithw Exp $
 #
 # Makefile for miscellaneous libraries.
 #
@@ -59,8 +59,6 @@ endif
 # Specific flags
 #
 
-# KSW 1998-12: had to increase some of the heap sizes by 2m for USP
-
 BSD_HC_OPTS          += -I../std/cbits -H8m -optc-DNON_POSIX_SOURCE
 Socket_HC_OPTS       += -I../std/cbits -optc-DNON_POSIX_SOURCE
 SocketPrim_HC_OPTS   += -I../std/cbits -H12m -optc-DNON_POSIX_SOURCE
index e8d1216..d4b8065 100644 (file)
@@ -1,5 +1,5 @@
 #
-# $Id: Makefile,v 1.6 1999/05/11 16:47:46 keithw Exp $
+# $Id: Makefile,v 1.7 1999/05/11 17:05:48 keithw Exp $
 #
 # Makefile for POSIX library
 #
@@ -55,7 +55,6 @@ PosixProcPrim_HC_OPTS ='-\#include"cbits/libposix.h"'
 PosixTTY_HC_OPTS      ='-\#include"cbits/libposix.h"' -monly-2-regs
 Posix_HC_OPTS         ='-\#include"cbits/libposix.h"'
 
-# KSW 1998-12: had to increase some of the heap sizes by 2m for USP
 PosixProcPrim_HC_OPTS += -H8m
 PosixFiles_HC_OPTS    += -H8m
 
index 9c2b8cd..02e279c 100644 (file)
@@ -54,9 +54,6 @@ PrelArrExtra_HC_OPTS     += -monly-2-regs
 Directory_HC_OPTS       += -monly-3-regs 
 Time_HC_OPTS            += -monly-3-regs
 
-# argh, adding USP seems to require extra heap... an extra 2 to 6MB,
-# in fact, on each of these.  (KSW 1998-12)
-
 # Far too much heap is needed to compile PrelNumExtra with -O at the
 # moment, but there you go..
 PrelNumExtra_HC_OPTS     += -H34m -K2m