preproc.c: Get rid of signed/unsigned comparison warning
commitefb358339d92548d97022585ee7f09eb29b95a88
authorCyrill Gorcunov <gorcunov@gmail.com>
Sat, 19 Jun 2010 21:52:19 +0000 (20 01:52 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sat, 19 Jun 2010 21:52:19 +0000 (20 01:52 +0400)
tree69417e0238c298c114fba3d0d9a0e95d65928649
parent2df23513b32f68f88e715667f29930348b3ade7c
preproc.c: Get rid of signed/unsigned comparison warning

We need mac->nparam being explicictly int'fied otherwise
compiler issue a warning. Note that we might have been
using unsigned int but it would break an ability to pass
negative indices.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c