diff options
author | Abigail <abigail@abigail.be> | 2001-04-18 03:17:46 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-04-17 22:25:22 +0000 |
commit | acf4de664ae76836ab3f82852266310a4f5d36b9 (patch) | |
tree | 4a84e00de9db4cdfdd045e251f23af87848a92c9 /ext/Cwd | |
parent | 217aba5dab95af4a7698f230c39647790d2e75b6 (diff) | |
download | perl-acf4de664ae76836ab3f82852266310a4f5d36b9.tar.gz |
Missing prototype behaviour
Message-ID: <20010417231746.21657.qmail@foad.org>
p4raw-id: //depot/perl@9733
Diffstat (limited to 'ext/Cwd')
-rw-r--r-- | ext/Cwd/Cwd.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Cwd/Cwd.xs b/ext/Cwd/Cwd.xs index d53f05fdea..31e408fcc5 100644 --- a/ext/Cwd/Cwd.xs +++ b/ext/Cwd/Cwd.xs @@ -121,6 +121,8 @@ _cwdxs_fastcwd(void) MODULE = Cwd PACKAGE = Cwd +PROTOTYPES: ENABLE + char * _fastcwd() PPCODE: |