summaryrefslogtreecommitdiff
path: root/source4/build/pidl/util.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-16 11:34:32 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-16 11:34:32 +0000
commit0c5759a4b2615b9c57ee7de04275ced1fc7d19cb (patch)
tree678f17e309671ff9b3361b1bb1d5278e5a12b0d1 /source4/build/pidl/util.pm
parent7ca3720acba09c56944a2ef1bd4425e51e733fa4 (diff)
downloadsamba-0c5759a4b2615b9c57ee7de04275ced1fc7d19cb.tar.gz
samba-0c5759a4b2615b9c57ee7de04275ced1fc7d19cb.tar.bz2
samba-0c5759a4b2615b9c57ee7de04275ced1fc7d19cb.zip
added support for "relstr", structure and union properties and public
functions (This used to be commit fb2f8c6bffdaacdddbb7fb82439af70e17ce9a4b)
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r--source4/build/pidl/util.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index 383bcdfd07..916ae79d5f 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -329,6 +329,9 @@ sub c_pull_prefix($)
if ($e->{TYPE} =~ "unistr.*") {
return "&";
}
+ if ($e->{TYPE} =~ "relstr.*") {
+ return "&";
+ }
return "";
}