1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

r1815: Update parser for recent changes to perl parser.

(This used to be commit 1d0bde1c77f511a3de5815c2d0e5319c74daf18a)
This commit is contained in:
Tim Potter 2004-08-14 01:26:11 +00:00 committed by Gerald (Jerry) Carter
parent 6706ba5bb4
commit b9bc12619d

View File

@ -986,9 +986,8 @@ sub Parse($$)
foreach my $x (@{$idl}) {
($x->{TYPE} eq "MODULEHEADER") && ModuleHeader($x);
if ($x->{TYPE} eq "INTERFACE") {
ModuleHeader($x);
$module = $x->{NAME};
BuildNeeded($x);
}