diff options
author | Andrew Bartlett <abartlet@samba.org> | 2008-04-08 17:31:36 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2008-04-08 17:31:36 +1000 |
commit | 0e59c73fe3a5cde76881294f17bf6ca9258f67a1 (patch) | |
tree | 6007f25ac8af86370db09dfaaa138c618eb08ac0 /source4/pidl/lib/Parse/Pidl/NDR.pm | |
parent | b2805c50eecddfa4cbd0945e713567eddce05895 (diff) | |
parent | 1f474f4a545752f7ac0ad402d01d1e768b973dbe (diff) | |
download | samba-0e59c73fe3a5cde76881294f17bf6ca9258f67a1.tar.gz samba-0e59c73fe3a5cde76881294f17bf6ca9258f67a1.tar.bz2 samba-0e59c73fe3a5cde76881294f17bf6ca9258f67a1.zip |
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
(This used to be commit c0416a0b73f06ef57db1b83a75433e36b93a9981)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/NDR.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/NDR.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/NDR.pm b/source4/pidl/lib/Parse/Pidl/NDR.pm index 86ed1a8d10..33e5ad3196 100644 --- a/source4/pidl/lib/Parse/Pidl/NDR.pm +++ b/source4/pidl/lib/Parse/Pidl/NDR.pm @@ -866,6 +866,7 @@ my %property_list = ( "nosize" => ["FUNCTION", "TYPEDEF"], "noprint" => ["FUNCTION", "TYPEDEF"], "noejs" => ["FUNCTION", "TYPEDEF"], + "todo" => ["FUNCTION"], # union "switch_is" => ["ELEMENT"], |