preproc: Drop useless assignments
commit4e409629185ff2dae770735fa91000cad38563c3
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 6 Jul 2011 19:12:55 +0000 (6 23:12 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 6 Jul 2011 19:12:55 +0000 (6 23:12 +0400)
tree9f58a60af188e5ae64d351a68195d02a439c10ec
parent454b0f23b831c6979f9dec54815f92841d6f22fc
preproc: Drop useless assignments

new_ExpDef does zalloc'ate memory so no need
to assign zeros again.

Same time it should fix MSC complains on NULL assignment
on boolean variable.

Reported-by: Jasper Neuman <jasper.neumann@web.de>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c