Bug#251572: typedef of size_t on amd64.

2004-05-29 Thread Falk Hueffner
Kurt Roeckx <[EMAIL PROTECTED]> writes: > Package: gcc-3.3 > Version: 3.3.3-9 > > A preprocessed file says: > # 213 "/usr/lib/gcc-lib/x86_64-linux/3.3.3/include/stddef.h" > typedef long unsigned int size_t; > > This seems to work, and it's probably valid too, but I've never > seen it written that

Bug#251572: typedef of size_t on amd64.

2004-05-29 Thread Kurt Roeckx
Package: gcc-3.3 Version: 3.3.3-9 A preprocessed file says: # 213 "/usr/lib/gcc-lib/x86_64-linux/3.3.3/include/stddef.h" typedef long unsigned int size_t; This seems to work, and it's probably valid too, but I've never seen it written that way. Can this please be changed to: typedef unsigned lon