summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorSlaven Rezic <slaven@rezic.de>2002-11-03 11:25:10 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2002-11-05 07:52:08 +0000
commitb445a7d9de59a3c21efaf046071b5c6b77dbd8b2 (patch)
tree21c26b2659b1f9cae288fa8ef0e8f548443f638c /embed.pl
parent34aa158557bf899117e749eb5a8375ffe870f5d0 (diff)
downloadperl-b445a7d9de59a3c21efaf046071b5c6b77dbd8b2.tar.gz
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
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 527b50bc2b..d66311b013 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