(VERIFY_W_TYPEOF): Remove; no longer needed.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 06:31:46 +0000 (06:31 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Jul 2005 06:31:46 +0000 (06:31 +0000)
commit413a45b973fd56f4e3a551bb6754199e18894d8d
treecc6e369609a57c8f8de4e0c911bee9e628a458cf
parentfed2b7273d0ed706ec56ed2c4159ba73dc558435
(VERIFY_W_TYPEOF): Remove; no longer needed.
(DECIMAL_DIGIT_ACCUMULATE): Change last arg from T's maximum value
to T itself.  All callers changed.  Check that T is unsigned, and
that Accum is of type T.  This fixes a bug in the unlikely case
where SIZE_MAX <= INT_MAX, and it no longer requires typeof to do
the proper validity checks.
src/system.h