On Sun, 28 Sep 2003, Per Olofsson wrote: > Maybe not, but it's a lot harder to change the semantics of the C > language. You could also say that va_list shouldn't be an array, but many > binaries probably depend on that already, thus making it difficult to > change.
...and perhaps the same thing should happen when you take the address of an array as when you take the address of a pointer, but that's probably difficult to change as well.
