diff options
-rw-r--r-- | autodoc.pl | 2 | ||||
-rwxr-xr-x | embed.pl | 2 |
2 files changed, 2 insertions, 2 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. @@ -4,7 +4,7 @@ require 5.003; # keep this compatible, an old perl is all we may have before # we build the new one # -# 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. |