diff options
author | Robin Houston <robin@cpan.org> | 2002-06-17 00:33:50 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-06-16 21:40:47 +0000 |
commit | 346f75ffc624859cdc8927b1e206026c5a850b7c (patch) | |
tree | 89fff6b46502abbd309d38caacdbf9e56b2b8f5f /autodoc.pl | |
parent | 73c63b5048398e3891c05a43e441c5900263864e (diff) | |
download | perl-346f75ffc624859cdc8927b1e206026c5a850b7c.tar.gz |
PATCH: correct confusing lie in {embed,autodoc}.pl
Message-Id: <20020616233350.A9675@robin.kitsite.com>
p4raw-id: //depot/perl@17261
Diffstat (limited to 'autodoc.pl')
-rw-r--r-- | autodoc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autodoc.pl b/autodoc.pl index 02d7c0aeda..33c22232fa 100644 --- a/autodoc.pl +++ b/autodoc.pl @@ -7,7 +7,7 @@ BEGIN { push @INC, 'lib' } # glob() below requires File::Glob # -# See database of global and static function prototypes at the __END__. +# See database of global and static function prototypes in embed.fnc # This is used to generate prototype headers under various configurations, # export symbols lists for different platforms, and macros to provide an # implicit interpreter context argument. |