r19585: Add support for some more standard IDL instructions:
authorJelmer Vernooij <jelmer@samba.org>
Mon, 6 Nov 2006 21:54:19 +0000 (21:54 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:24:57 +0000 (14:24 -0500)
commitd8ecabe452f36302105c6412ae5ab93cabfe5cf2
treed5f8e1c8d246e6a95a5aa91e1776047104f046f0
parent6317ba1cf71faa7b77072649d92205a38f800fd1
r19585: Add support for some more standard IDL instructions:
 - `include' (replaces helper())
 - `import' (replaces depends())

Add support for parsing importlib() - importlib() is now ignored (with a
warning), but no longer causes syntax errors.

helper() and depends() are now marked deprecated and will cause warnings.
(This used to be commit 1ccab71cb8a9e3db9448b6679d01ad00e1c1e9a3)
source4/pidl/idl.yp
source4/pidl/lib/Parse/Pidl/IDL.pm
source4/pidl/lib/Parse/Pidl/NDR.pm
source4/pidl/lib/Parse/Pidl/ODL.pm
source4/pidl/lib/Parse/Pidl/Samba4/EJS.pm
source4/pidl/lib/Parse/Pidl/Samba4/Header.pm
source4/pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm
source4/pidl/lib/Parse/Pidl/Wireshark/NDR.pm