From: Slaven Rezic Date: Sun, 3 Nov 2002 10:25:10 +0000 (+0100) Subject: Put back the DO NOT EDIT headers in proto.h and global.sym X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b445a7d9de59a3c21efaf046071b5c6b77dbd8b2;p=p5sagit%2Fp5-mst-13.2.git Put back the DO NOT EDIT headers in proto.h and global.sym Subject: Re: [perl #18066] Bug in -I when path has double colons? Message-ID: <87adkrngy1.fsf@vran.herceg.de> p4raw-id: //depot/perl@18108 --- diff --git a/embed.pl b/embed.pl index 527b50b..d66311b 100755 --- a/embed.pl +++ b/embed.pl @@ -201,8 +201,8 @@ sub write_global_sym { $ret; } -walk_table(\&write_protos, "proto.h", ""); -walk_table(\&write_global_sym, "global.sym", ""); +walk_table(\&write_protos, "proto.h", undef); +walk_table(\&write_global_sym, "global.sym", undef); # XXX others that may need adding # warnhook