From: Fred Drake Date: Thu, 23 Apr 1998 20:06:24 +0000 (+0000) Subject: Change the default $ADDRESS. X-Git-Tag: v1.5.2a1~848 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d757165df9d28081e7ee46f056681c95fe0e8431;p=thirdparty%2FPython%2Fcpython.git Change the default $ADDRESS. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index 4862fbd3a738..acf69dd4e343 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -8,6 +8,7 @@ $INFO = 1; # 0 = do not make a "About this document..." section $MAX_LINK_DEPTH = 3; +$ADDRESS = ''; $NUMBERED_FOOTNOTES = 1;