]> granicus.if.org Git - python/commit
Rename roundup() to roundupsize(), as there's a macro roundup() in the
authorGuido van Rossum <guido@python.org>
Mon, 25 Aug 1997 18:36:23 +0000 (18:36 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 25 Aug 1997 18:36:23 +0000 (18:36 +0000)
commita27d11221303d9cc6a2359b6de2cdaba6a2b1e97
treec7e9c4732d8fd2e684e5a8450a0bd289649e4cc0
parent81e479a11f7dc80246605731b6a1db7525d2c65d
Rename roundup() to roundupsize(), as there's a macro roundup() in the
sys/types.h header on many systems that may get pulled in (through
WANT_SIGFPE_HANDLER which pulls in signal.h).
Objects/listobject.c