summaryrefslogtreecommitdiff
path: root/source4/build/pidl/idl.yp
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-27 18:14:43 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:17:07 -0500
commit55781cdce67bdba9c6f37024ae1c76c74a8881de (patch)
tree7ade50546655331b30e5ed9ba042617c4f8dd6ff /source4/build/pidl/idl.yp
parent50d2bf00660c8c2c12cd1ea40b2212aa8250e611 (diff)
downloadsamba-55781cdce67bdba9c6f37024ae1c76c74a8881de.tar.gz
samba-55781cdce67bdba9c6f37024ae1c76c74a8881de.tar.bz2
samba-55781cdce67bdba9c6f37024ae1c76c74a8881de.zip
r7036: Allow more operations in several properties (such as size_is, length_is,
switch_is, etc) and simplify the code involved (This used to be commit 86de98ee09348297f2c30ce15888ba5e5637c078)
Diffstat (limited to 'source4/build/pidl/idl.yp')
-rw-r--r--source4/build/pidl/idl.yp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/idl.yp b/source4/build/pidl/idl.yp
index f81316cd9f..2b839b0e21 100644
--- a/source4/build/pidl/idl.yp
+++ b/source4/build/pidl/idl.yp
@@ -280,6 +280,7 @@ anytext: #empty
| anytext '&' anytext { "$_[1]$_[2]$_[3]" }
| anytext '/' anytext { "$_[1]$_[2]$_[3]" }
| anytext '+' anytext { "$_[1]$_[2]$_[3]" }
+ | anytext '~' anytext { "$_[1]$_[2]$_[3]" }
| anytext '(' commalisttext ')' anytext { "$_[1]$_[2]$_[3]$_[4]$_[5]" }
| anytext '{' commalisttext '}' anytext { "$_[1]$_[2]$_[3]$_[4]$_[5]" }
;