summaryrefslogtreecommitdiff
path: root/source4/build/pidl/idl.gram
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-17 02:17:01 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-17 02:17:01 +0000
commitcc5f231e95b2a322a1f1f118b8a3a363a0e4d0cc (patch)
treede752cae992fd15166ed159faf4055eae5eebc3a /source4/build/pidl/idl.gram
parentae4cb40100a5c04a4604acfde989ce96ef1801bd (diff)
downloadsamba-cc5f231e95b2a322a1f1f118b8a3a363a0e4d0cc.tar.gz
samba-cc5f231e95b2a322a1f1f118b8a3a363a0e4d0cc.tar.bz2
samba-cc5f231e95b2a322a1f1f118b8a3a363a0e4d0cc.zip
better [relative] handling, allowing for nested relative structures
and arrays of relative structures (This used to be commit eb887f883a3ef2a90edec5bb495e140656c2f70d)
Diffstat (limited to 'source4/build/pidl/idl.gram')
-rw-r--r--source4/build/pidl/idl.gram3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram
index f340b9787e..a4435819d5 100644
--- a/source4/build/pidl/idl.gram
+++ b/source4/build/pidl/idl.gram
@@ -107,7 +107,8 @@ property: 'unique'
| 'context_handle'
| 'string'
| 'public'
- | 'relative'
+ | 'relative'
+ | 'nodiscriminant'
| 'subcontext'
| 'byte_count_pointer' '(' expression ')' {{ "$item[1]" => "$item{expression}" }}
| 'size_is' '(' expression ')' {{ "$item[1]" => "$item{expression}" }}