Hi, In 0.8.0 tre.h does not #include <stddef.h> and does not include a comparable header unconditionally, so depending on configuration the type `size_t` ends up being undefined but used, meaning applications that include tre.h before including stddef.h fail to compile. With C it seems tre.h should #include <stddef.h> before using `size_t` in some manner (like, literally, or by including stdlib.h).
regards, -- Björn Höhrmann · mailto:[email protected] · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
