]> git.ipfire.org Git - thirdparty/squid.git/commit
Summary: Fix high optimisation with err_type enum subtraction.
authorrobertc <>
Tue, 28 Jan 2003 05:33:25 +0000 (05:33 +0000)
committerrobertc <>
Tue, 28 Jan 2003 05:33:25 +0000 (05:33 +0000)
commit4ff59fc716a53efaf9d5e90fd4416d928272fc24
tree1694821728a2ec071364988354f5ac362c15e179
parent3a224ed9cd7b0ec608ed85d643cac53885e651dd
Summary: Fix high optimisation with err_type enum subtraction.
Keywords:

Migrated errorpage.cc to use Vector instead of Stack.
Added an operator - (errtype, errtype) to support correct
subtraction at high optimisations.
src/errorpage.cc