On Jan 2, 2007, at 8:38 PM, Morten Welinder wrote:
This leaves the question as to what macros it is safe to use before callingg_thread_init. I can look up the current definition of MIN and see, that yes it does not involvea function call, but that could change without notice in the next point release.
Should it become a problem, nothing stops you from using your own definition of a macro. MIN is an easy case, because it is trivial.