[Python-Dev] snprintf breaks build (original) (raw)
Tim Peters tim_one@email.msn.com
Thu, 3 Aug 2000 22:23:59 -0400
- Previous message: [Python-Dev] Library pragma in PC/config.h
- Next message: [Python-Dev] snprintf breaks build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Fred checked in a new rangeobject.c with 3 calls to snprintf. That isn't a std C function, and the lack of it breaks the build at least under Windows. In the absence of a checkin supplying snprintf on all platforms within the next hour, I'll just replace the snprintf calls with something that's portable.
- Previous message: [Python-Dev] Library pragma in PC/config.h
- Next message: [Python-Dev] snprintf breaks build
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]