pidl:NDR/Parser: $size can be 'foo / 2' so we need to add '(' and ')'
commit164a33d4e9d6b90507d2db96a24c67eb514b5af4
authorStefan Metzmacher <metze@samba.org>
Wed, 25 Nov 2009 13:21:32 +0000 (25 14:21 +0100)
committerKarolin Seeger <kseeger@samba.org>
Thu, 26 Nov 2009 13:13:54 +0000 (26 14:13 +0100)
tree05cf6ef5b936223e5dd5532c0c704fa71d34b396
parente3bcc3ee957a61b2ce1c948f3337cc0f7d795e74
pidl:NDR/Parser: $size can be 'foo / 2' so we need to add '(' and ')'

foo / 5 * sizeof(bar)' isn't the same as
'(foo / 2) * sizeof(bar)'.

metze
(cherry picked from commit ab1c92950f3cfdc8c52b772ecef23a5477f48f9d)
(cherry picked from commit e58955fd4ca1500e58045417711b469a485419af)
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm