diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-22 12:16:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-22 12:16:41 +0000 |
commit | 5dc6f17881b619bdebc328d265c5f4aa5fe76263 (patch) | |
tree | e431a2280d82795e08f6e2229be7fe626ea9e6cc /lib/ExtUtils/Constant.pm | |
parent | 3a9c887ec5858f682dcfa670925a52c00d6a8199 (diff) | |
download | perl-5dc6f17881b619bdebc328d265c5f4aa5fe76263.tar.gz |
The #10792 didn't take, and s/sighni/signi/, as noticed by
Philip Newton.
p4raw-id: //depot/perl@10821
Diffstat (limited to 'lib/ExtUtils/Constant.pm')
-rw-r--r-- | lib/ExtUtils/Constant.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ExtUtils/Constant.pm b/lib/ExtUtils/Constant.pm index 03f42e9b0a..74c95e1dc6 100644 --- a/lib/ExtUtils/Constant.pm +++ b/lib/ExtUtils/Constant.pm @@ -277,7 +277,9 @@ sub assign { return $clause; } -=item return_clause VALUE, TYPE, INDENT, MACRO, DEFAULT, PRE, POST, PRE, POST +=item return_clause + +return_clause VALUE, TYPE, INDENT, MACRO, DEFAULT, PRE, POST, PRE, POST A function to return a suitable C<#ifdef> clause. I<MACRO> defaults to I<VALUE> when not defined. If I<TYPE> is aggregate (eg I<PVN> expects both |