diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-17 06:25:51 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-17 06:25:51 +0000 |
commit | fa83432e1085d32f1a3f4208b81b6e936ba63b38 (patch) | |
tree | ddea06f174b4227fa6ed63b304094362a7c55106 /source4/build/pidl/idl.gram | |
parent | d1feb4c6d56b37d045a329fab98857fb36bd42c1 (diff) | |
download | samba-fa83432e1085d32f1a3f4208b81b6e936ba63b38.tar.gz samba-fa83432e1085d32f1a3f4208b81b6e936ba63b38.tar.bz2 samba-fa83432e1085d32f1a3f4208b81b6e936ba63b38.zip |
* support inline arrays
* add enough to allow security descriptors to be IDL described
* added "noprint" property to allow fancy printing for specific
functions
(This used to be commit 08df20c8bed57bbb9a9a907c807ad850382fd4e8)
Diffstat (limited to 'source4/build/pidl/idl.gram')
-rw-r--r-- | source4/build/pidl/idl.gram | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index a4435819d5..461b4c8e2d 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -107,6 +107,7 @@ property: 'unique' | 'context_handle' | 'string' | 'public' + | 'noprint' | 'relative' | 'nodiscriminant' | 'subcontext' |