Use POSIX thread-local storage API instead of GCC extensions
authorTim Horton <hortont424@gmail.com>
Wed, 30 Dec 2009 07:39:26 +0000 (02:39 -0500)
committerTim Horton <hortont424@gmail.com>
Wed, 30 Dec 2009 07:39:26 +0000 (02:39 -0500)
commit1118eb7835ba0b94aee09f9f576342fcce344128
tree34d6543c6915021cb9e3c0263e65987aef73e2bf
parenta08ec31a2833e681b9c91a62fc1a6f60c4259187
Use POSIX thread-local storage API instead of GCC extensions

This is necessary to make Seed build on platforms where the GCC
TLS API is not available, such as Mac OS X.
libseed/seed-engine.c
libseed/seed-engine.h
libseed/seed-types.c