diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-01-21 06:46:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:09:01 -0500 |
commit | e0d2080219c7d52559a5bbcc7294995fccbd5e52 (patch) | |
tree | af6f408f2aae45a64a4cdd20c7d0619ac22d21e9 /source4/build/pidl/idl.yp | |
parent | 84b5890a960a74462ca593fcc4d113e96a77a051 (diff) | |
download | samba-e0d2080219c7d52559a5bbcc7294995fccbd5e52.tar.gz samba-e0d2080219c7d52559a5bbcc7294995fccbd5e52.tar.bz2 samba-e0d2080219c7d52559a5bbcc7294995fccbd5e52.zip |
r4884: - 2nd part of support ndr_size_ generation on unions as well as structures
- added "nopull" and "nopush" flags, to allow for externally written parsers for sub-structures
(This used to be commit f65f239978425de795a0e188aaad3d5d1167da32)
Diffstat (limited to 'source4/build/pidl/idl.yp')
-rw-r--r-- | source4/build/pidl/idl.yp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/idl.yp b/source4/build/pidl/idl.yp index 73b9a44b3f..4e4071d317 100644 --- a/source4/build/pidl/idl.yp +++ b/source4/build/pidl/idl.yp @@ -268,6 +268,7 @@ anytext: #empty | anytext '.' anytext { "$_[1]$_[2]$_[3]" } | anytext '*' anytext { "$_[1]$_[2]$_[3]" } | anytext '>' anytext { "$_[1]$_[2]$_[3]" } + | anytext '<' anytext { "$_[1]$_[2]$_[3]" } | anytext '|' anytext { "$_[1]$_[2]$_[3]" } | anytext '&' anytext { "$_[1]$_[2]$_[3]" } | anytext '/' anytext { "$_[1]$_[2]$_[3]" } |