summaryrefslogtreecommitdiff
path: root/lang/ghc/patches/patch-ar
blob: 6661d4535f8e8af68dd79dd3fe73ed9959d7a705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ar,v 1.1 2003/12/31 18:37:21 kristerw Exp $

--- ghc/rts/RtsFlags.c.orig	Wed Dec 31 18:13:14 2003
+++ ghc/rts/RtsFlags.c	Wed Dec 31 18:14:05 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;
 		}