freebsd-ports/lang/ghc5/files/patch-ghc-rts-RtsFlags.c
Oliver Braun fa375a1e3d Use patches and libgmp port on -STABLE, too.
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Approved by:	maintainer
2003-12-16 10:08:52 +00:00

12 lines
418 B
C

--- ghc/rts/RtsFlags.c.orig Thu Dec 11 15:13:07 2003
+++ ghc/rts/RtsFlags.c Thu Dec 11 15:13:17 2003
@@ -1383,8 +1383,7 @@
} else if (RtsFlags.GranFlags.proc > MAX_PROC ||
RtsFlags.GranFlags.proc < 1)
{
- fprintf(stderr,"setupRtsFlags: no more than %u processors
-allowed\n",
+ fprintf(stderr,"setupRtsFlags: no more than %u processors allowed\n",
MAX_PROC);
*error = rtsTrue;
}