1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

changed auto-generated comment for headers

(This used to be commit 24ec2f1f81)
This commit is contained in:
Andrew Tridgell 2000-12-14 23:53:33 +00:00
parent e42a8b3db9
commit a1cd69698f

View File

@ -123,7 +123,7 @@ sub DumpInterface($)
sub Dump($) sub Dump($)
{ {
my($idl) = shift; my($idl) = shift;
$res = "/* Dumped by pidl */\n\n"; $res = "/* header auto-generated by pidl */\n\n";
foreach my $x (@{$idl}) { foreach my $x (@{$idl}) {
($x->{TYPE} eq "INTERFACE") && ($x->{TYPE} eq "INTERFACE") &&
DumpInterface($x); DumpInterface($x);