1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +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($)
{
my($idl) = shift;
$res = "/* Dumped by pidl */\n\n";
$res = "/* header auto-generated by pidl */\n\n";
foreach my $x (@{$idl}) {
($x->{TYPE} eq "INTERFACE") &&
DumpInterface($x);