Put back the DO NOT EDIT headers in proto.h and global.sym
Slaven Rezic [Sun, 3 Nov 2002 10:25:10 +0000 (11:25 +0100)]
Subject: Re: [perl #18066] Bug in -I when path has double colons?
Message-ID: <87adkrngy1.fsf@vran.herceg.de>

p4raw-id: //depot/perl@18108

embed.pl

index 527b50b..d66311b 100755 (executable)
--- 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