expand_mmac_params: Don't forget to handle TOK_OTHER
commit51fd86e0fed8f5162f8c1e45e4ceaf237d6e5539
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 2 Jun 2010 07:57:05 +0000 (2 11:57 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 2 Jun 2010 16:31:46 +0000 (2 20:31 +0400)
treeda3607d2fba09f5a2722e268c3147ddb43f1c21b
parentec88c1beac003bd6660037da3cef3aebeee7af20
expand_mmac_params: Don't forget to handle TOK_OTHER

TOK_OTHER is legitime to follow TOK_PREPROC_ID so don't forget to handle it as well.

[ An addition to commit ec88c1beac00 ]

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