[Python-checkins] python/dist/src/Objects listobject.c,2.153,2.154

Raymond Hettinger python@rcn.com
Tue, 17 Jun 2003 09:23:17 -0400


> This gives me (on Linux):
> 
> Objects/listobject.c:1837: undefined reference to `max'
> Objects/listobject.c:1838: undefined reference to `min'
> Objects/listobject.c:1838: undefined reference to `max'

Walter,

If you have time, you're welcome to fix this one
(replacing min/max with equivalent ?: or if/else).
I won't be able to touch it until tonight.

Raymond