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:
parent
6706ba5bb4
commit
b9bc12619d
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user