Message 149809 - Python tracker (original) (raw)

Is there a reason not to renumber token.h?

I thought about that, but at the time I wasn't sure whether or not that would break anything. I went with the current patch because it is lower risk.

On the other hand, proper clients of token.h should only be using the macros and should have no knowledge of the numeric codes. If they do use the numeric codes directly somehow, then that is their issue. So, I guess it is OK to renumber token.h.