diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-01-26 08:48:34 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-26 10:59:04 +0100 |
commit | 34664338f3c0bd9acbb2ada3d92d482e30cbdf1c (patch) | |
tree | e9b712ea21e54ce67348803159a9f7d6142c057b /pidl | |
parent | 4b068bb91994a0fc3a76abd45bff4e2fe53e9a34 (diff) | |
download | samba-34664338f3c0bd9acbb2ada3d92d482e30cbdf1c.tar.gz samba-34664338f3c0bd9acbb2ada3d92d482e30cbdf1c.tar.bz2 samba-34664338f3c0bd9acbb2ada3d92d482e30cbdf1c.zip |
pidl:Typelist: fix perl warnings about recursiv function calls
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Jan 26 10:59:04 CET 2011 on sn-devel-104
Diffstat (limited to 'pidl')
-rw-r--r-- | pidl/lib/Parse/Pidl/Typelist.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index 4733f91565..a89b1a74eb 100644 --- a/pidl/lib/Parse/Pidl/Typelist.pm +++ b/pidl/lib/Parse/Pidl/Typelist.pm @@ -128,6 +128,7 @@ sub getType($) return $types{$t}; } +sub typeIs($$); sub typeIs($$) { my ($t,$tt) = @_; |