From a1cd69698f085dbbd630cf5b943d818af25c1dd4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Dec 2000 23:53:33 +0000 Subject: changed auto-generated comment for headers (This used to be commit 24ec2f1f81a2f21573818695e7cb72979dcdef8b) --- source4/build/pidl/header.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/build/pidl') 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); -- cgit