(copy_reg): Use a temporary to avoid a warning
authorJim Meyering <jim@meyering.net>
Thu, 30 May 2002 07:49:56 +0000 (07:49 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 May 2002 07:49:56 +0000 (07:49 +0000)
commite913eebe7c8331a271d5d9db70fcd47da76e4287
tree8aae18ad9bd1c0aa59705710c492dde79b808bf5
parent79278d0cadfae8232a7ad396daf042ca3a78c924
(copy_reg): Use a temporary to avoid a warning
from gcc -W about comparison between signed and unsigned.
(copy_internal): Likewise, but use a cast.
src/copy.c