diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-12-22 21:02:19 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-12-22 21:02:19 +0000 |
commit | 6d7fb585cd8ad83f4523191641999603aa48eb76 (patch) | |
tree | 8bf1c93c4df7605d784e1d20789723241c4cedaa /ext/Fcntl | |
parent | fd7cb28932b10967bdc6b5b22df7b182830362a3 (diff) | |
download | perl-6d7fb585cd8ad83f4523191641999603aa48eb76.tar.gz |
Make ExtUtils::Constant generate the inlineable proxy constant subs.
So far just enough to make Fcntl work.
p4raw-id: //depot/perl@26453
Diffstat (limited to 'ext/Fcntl')
-rw-r--r-- | ext/Fcntl/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Fcntl/Makefile.PL b/ext/Fcntl/Makefile.PL index 6ba40a59df..2f31a73ec9 100644 --- a/ext/Fcntl/Makefile.PL +++ b/ext/Fcntl/Makefile.PL @@ -40,6 +40,7 @@ my @names = (qw( {name=>"SEEK_END", default=>["IV", "2"]}, {name=>"_S_IFMT", macro=>"S_IFMT", value=>"S_IFMT"}); WriteConstants( + PROXYSUBS => 1, NAME => 'Fcntl', NAMES => \@names, ); |