K 10 svn:author V 5 peter K 8 svn:date V 27 2003-06-13T21:54:21.000000Z K 7 svn:log V 267 We cannot use c99 on amd64 either due to lack of alloca(). libc:strptime() uses alloca() and alloca is impossible to implement as a callable function on amd64. It has to be a compiler builtin. Note that the bigger problem is that libc is not c99 clean internally. END