parse_line: Shrink code with memset helper
commit836492fbcf074a609434e8cf6ce7580fc6b319bc
authorCyrill Gorcunov <gorcunov@gmail.com>
Mon, 15 Jul 2013 21:33:09 +0000 (16 01:33 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Mon, 15 Jul 2013 21:33:09 +0000 (16 01:33 +0400)
tree3f9ce6e43a3f7223f656fda608feaa4977f403bc
parent525ef263592fa7c6dc8edad66cce283b11a06ee7
parse_line: Shrink code with memset helper

We know that P_none = 0 thus instead of using
for() statement assign them all in one memset
call.

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