diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-18 04:59:29 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-18 04:59:29 +0000 |
commit | 3425f1bfe4b74d88fe63735e60d4a43c6c678d7f (patch) | |
tree | 2ba07c81a3769bd0249ce9119d9a8cd36704eacd /source4/build/pidl/idl.gram | |
parent | ec7a2944cdaf9255df965ed33e791eb2ee67d29d (diff) | |
download | samba-3425f1bfe4b74d88fe63735e60d4a43c6c678d7f.tar.gz samba-3425f1bfe4b74d88fe63735e60d4a43c6c678d7f.tar.bz2 samba-3425f1bfe4b74d88fe63735e60d4a43c6c678d7f.zip |
auto-generate the pipe UUID version and name
(This used to be commit cdba426e62a5b30263b75f53f97b191da224a55f)
Diffstat (limited to 'source4/build/pidl/idl.gram')
-rw-r--r-- | source4/build/pidl/idl.gram | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/build/pidl/idl.gram b/source4/build/pidl/idl.gram index 69a6e2458b..9b265b8cba 100644 --- a/source4/build/pidl/idl.gram +++ b/source4/build/pidl/idl.gram @@ -6,10 +6,10 @@ idl: cpp_prefix(s?) module_header interface { [$item{module_header}, $item{interface}] } | <error> -module_header: '[' <commit> module_param(s /,/) ']' +module_header: '[' <commit> module_param(s? /,/) ']' {{ "TYPE" => "MODULEHEADER", - "DATA" => util::FlattenHash($item[3]) + "PROPERTIES" => util::FlattenHash($item[3]) }} | <error?> |