Daniel Stenberg <[email protected]> writes: > On Wed, 14 Nov 2012, Tim Ruehsen wrote: > >> Taking this into account: is there any good point in not using long >> long ? The code is already "polluted" by c99 stuff. > > Right. I figure "someone" needs to decide where the compatibility line > should be drawn. Hrvoje at least used to struggle to keep C89 and > pre-POSIX compatibilty "back in the day".
Pre-POSIX compatibility that Wget used to do would probably be inappropriate in this age, but it would be nice if Wget kept supporting C89. High portability was always part of Wget's mission, and that level of portability is today offered by the C89/POSIX combination (with the additions needed for Windows, of course). Hrvoje
