18.01.2014 17:47, Martin Husemann wrote: > Do not rely on int8_t (and friends) not being preprocessor > symbols (or symbols expanding to themselves). On NetBSD (for example) the > glue(u, SDATA_TYPE) results in u__int8_t, which is undefined. There is no way > to stop cpp expanding inner macros, so just add the few lines explicitly and > get rid of the magic.
Thanks, applied to the trivial-patches queue. /mjt