Put back the DO NOT EDIT headers in proto.h and global.sym
authorSlaven Rezic <slaven@rezic.de>
Sun, 3 Nov 2002 10:25:10 +0000 (11:25 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Tue, 5 Nov 2002 07:52:08 +0000 (07:52 +0000)
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