Fix some unsigned comparisions that should be signed
authorSimon Marlow <marlowsd@gmail.com>
Wed, 19 Nov 2008 14:32:05 +0000 (14:32 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 19 Nov 2008 14:32:05 +0000 (14:32 +0000)
commitdb12b8eaab53788cf29c589beca82511e48249e4
treedf12e8893487008838ab30547d55deb68ddf3bc8
parent65914a2cb71caf01655b16a75b283871e2482041
Fix some unsigned comparisions that should be signed
Fixes crashes when using reclaimSpark() (not used currently, but may
be in the future).
rts/Sparks.c