diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 18:17:02 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:12 +0100 |
commit | 01f1810e38e276d92d051978043505422ee3211b (patch) | |
tree | a839bc9e763d9c37b7e64e1524ebd668bbd30658 /NetWare/config.wc | |
parent | abaa7af6d89122e8180f976675a72244f6cf3f95 (diff) | |
download | perl-01f1810e38e276d92d051978043505422ee3211b.tar.gz |
Rely on C89 variadic prototypes
The Configure changes here were generated using a version of metaconfig
that copies U/modified/vaproto.U from dist/U/vaproto.U, and changes it to
refrain from promising to define a _V symbol (which would otherwise cause
the relevant probe to included in Configure).
Diffstat (limited to 'NetWare/config.wc')
-rw-r--r-- | NetWare/config.wc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index b0cea40812..a50ee8feee 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -1124,7 +1124,6 @@ uvsize='4' uvtype='unsigned long' uvuformat='"lu"' uvxformat='"lx"' -vaproto='undef' vendorarch='' vendorarchexp='' vendorbin='' |