diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 17:56:12 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:52:03 +0100 |
commit | edee246148d0f7e22ea026e09413d4bcc0cb51dd (patch) | |
tree | e70880d8b08c2d7b0494599aa0b845a6f5ad1b37 /hints | |
parent | 3313a8602661409b390874b9b1bcd7de4c8455de (diff) | |
download | perl-edee246148d0f7e22ea026e09413d4bcc0cb51dd.tar.gz |
Rely on C89 vprintf()
Diffstat (limited to 'hints')
-rw-r--r-- | hints/catamount.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hints/catamount.sh b/hints/catamount.sh index a848f8ccbb..fe0f2bfa14 100644 --- a/hints/catamount.sh +++ b/hints/catamount.sh @@ -77,7 +77,6 @@ archname='x86_64-catamount' archobjs='catalib.o' d_mmap='undef' d_setlocale='undef' # There is setlocale() but no locales. -d_vprintf='define' hintfile='catamount' i_arpainet='undef' i_db='undef' |