]> git.ipfire.org Git - thirdparty/squid.git/commit - src/wordlist.cc
Author: Francesco Chemolli <kinkie@squid-cache.org>
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Feb 2009 00:02:47 +0000 (13:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 8 Feb 2009 00:02:47 +0000 (13:02 +1300)
commit8d707f3daea7725e47dc16cdea86820b54a15f98
tree5c4a46047d5bca862402fec027d6a15b54d892f4
parent197c404c05b149d6cd3c6e30a7bcfb93f8b1c81b
parente7421c003b7e523fd773d6d8e2264eb2c405df58
Author: Francesco Chemolli <kinkie@squid-cache.org>
Cleanups: Remove code handling K&R-style varargs.

It should be a safe enough bet that any C++ compiler can handle STDC-style varargs.
This patch removes all the (mostly spaghetti) code which used to handle K&R-style varargs calls.
16 files changed:
include/snmp_debug.h
snmplib/snmplib_debug.c
src/HttpHeaderTools.cc
src/MemBuf.cc
src/MemBuf.h
src/Packer.cc
src/Packer.h
src/Store.h
src/debug.cc
src/logfile.cc
src/protos.h
src/snmp_core.cc
src/store.cc
src/tests/stub_store.cc
src/tools.cc
test-suite/test_tools.cc