diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-12-14 23:53:33 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-12-14 23:53:33 +0000 |
commit | a1cd69698f085dbbd630cf5b943d818af25c1dd4 (patch) | |
tree | 3207d1c45048166ff4f9469ebd83a0d9d0e90103 /source4 | |
parent | e42a8b3db990af12fad73b63fcc7db9fda125625 (diff) | |
download | samba-a1cd69698f085dbbd630cf5b943d818af25c1dd4.tar.gz samba-a1cd69698f085dbbd630cf5b943d818af25c1dd4.tar.bz2 samba-a1cd69698f085dbbd630cf5b943d818af25c1dd4.zip |
changed auto-generated comment for headers
(This used to be commit 24ec2f1f81a2f21573818695e7cb72979dcdef8b)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/build/pidl/header.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm index 8676c09042..34707f8672 100644 --- a/source4/build/pidl/header.pm +++ b/source4/build/pidl/header.pm @@ -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); |