From 0de6851e83d075e8c001255990b2018acc4a56c2 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 11 Feb 2005 02:05:47 +0000 Subject: r5320: Treat structs and unions somewhat more similarly: - use same names in hashes (DATA -> ELEMENTS, etc) - [case()] and [default] are no longer special case, they're just regular properties (This used to be commit 6a0f599f822f5c42d93e78c13765804ab2223968) --- source4/build/pidl/util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/pidl/util.pm') diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm index bc8e0c9ed5..f46fa76f0e 100644 --- a/source4/build/pidl/util.pm +++ b/source4/build/pidl/util.pm @@ -168,7 +168,7 @@ sub get_interface($$) } ##################################################################### -# see if a pidl property list contains a give property +# see if a pidl property list contains a given property sub has_property($$) { my($e) = shift; -- cgit