diff options
author | Simon Marlow <simonmar@microsoft.com> | 2007-06-13 09:51:44 +0000 |
---|---|---|
committer | Simon Marlow <simonmar@microsoft.com> | 2007-06-13 09:51:44 +0000 |
commit | edb58a77c7d4aa4c17e3114fe7ac733df5e745ab (patch) | |
tree | 7cac5c234b50cfe2c2892068e2e6b3a381bdbae0 /rts/Printer.c | |
parent | 45f860cbc29109c1e1cce3d02b273b2f1167e378 (diff) | |
download | haskell-edb58a77c7d4aa4c17e3114fe7ac733df5e745ab.tar.gz |
warning police
Diffstat (limited to 'rts/Printer.c')
-rw-r--r-- | rts/Printer.c | 2 |
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 */ |