summaryrefslogtreecommitdiff
path: root/source4/build/pidl/Parse/Pidl/Util.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-07-19 23:02:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:29:44 -0500
commitf3a10494db3fe45b73f261b6f53cf43f041ce4ed (patch)
treeea04e33039e0892e8b5e7d9c5900dcb4cb299c8b /source4/build/pidl/Parse/Pidl/Util.pm
parent4f3d66b0dfe49d5485eafce52f3abf4c6581bf57 (diff)
downloadsamba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.tar.gz
samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.tar.bz2
samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.zip
r8621: Simplify code. Add support for nested structures back into the header generator.
(This used to be commit 5610838385ca00a944fb4765df1854954a3a81bc)
Diffstat (limited to 'source4/build/pidl/Parse/Pidl/Util.pm')
-rw-r--r--source4/build/pidl/Parse/Pidl/Util.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/Parse/Pidl/Util.pm b/source4/build/pidl/Parse/Pidl/Util.pm
index e4f25511e6..8030a2c070 100644
--- a/source4/build/pidl/Parse/Pidl/Util.pm
+++ b/source4/build/pidl/Parse/Pidl/Util.pm
@@ -6,7 +6,7 @@ package Parse::Pidl::Util;
require Exporter;
@ISA = qw(Exporter);
-@EXPORT = qw(has_property property_matches ParseExpr);
+@EXPORT = qw(has_property property_matches ParseExpr is_constant);
use strict;