Why? The input to sizeof isn't constant. It's not even the same referenced array here. You might just as well expand any '<' operation to a constant.
/ Mirar
Previous text:
2003-03-20 10:37: Subject: for-loop optimization
Neither has to bee, but sizeof(foo) should expand to a constant.
/ Peter Bortas