pidl: $size can be 'foo / 2' so we need to add '(' and ')'
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Feb 2008 12:04:54 +0000 (13:04 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 13 Feb 2008 12:09:17 +0000 (13:09 +0100)
commita496abc4042a98835d485769e0972826da161984
treeb644fcc12e63ebc5756452cd4964715804e7daca
parent5100452cf3b3c3c5dcdb77a9efe27e8c506d1d43
pidl: $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
source/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm