summaryrefslogtreecommitdiff
path: root/rts
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-06-13 09:51:44 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-06-13 09:51:44 +0000
commitedb58a77c7d4aa4c17e3114fe7ac733df5e745ab (patch)
tree7cac5c234b50cfe2c2892068e2e6b3a381bdbae0 /rts
parent45f860cbc29109c1e1cce3d02b273b2f1167e378 (diff)
downloadhaskell-edb58a77c7d4aa4c17e3114fe7ac733df5e745ab.tar.gz
warning police
Diffstat (limited to 'rts')
-rw-r--r--rts/Printer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Printer.c b/rts/Printer.c
index 28cdd0d4ab..7364edd37f 100644
--- a/rts/Printer.c
+++ b/rts/Printer.c
@@ -1157,7 +1157,7 @@ void prettyPrintClosure_ (StgClosure *obj)
case CONSTR_STATIC:
case CONSTR_NOCAF_STATIC:
{
- int i;
+ nat i;
char *descriptor;
/* find the con_info for the constructor */