* threads.c: move libguile/_scm.h include to the top so we pick up
authorRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:01:32 +0000 (00:01 +0000)
committerRob Browning <rlb@defaultvalue.org>
Wed, 26 Mar 2003 00:01:32 +0000 (00:01 +0000)
commit1810dc4e7e31e13338b270c7d35aba7526ce6301
treeb6df6f093af416735171765e184af8d35f1a75a1
parentdcb0911f40df4cfc522b84f3fa6496e6c27b1249
* threads.c: move libguile/_scm.h include to the top so we pick up
any critical defines like _GNU_SOURCE early.  Replace usage of
struct timespect with scm_t_timespec.  Replace usage of
STACK_GROWS_UP with SCM_STACK_GROWS_UP.  Replace usage of
USE_PTHREAD_THREADS with SCM_USE_PTHREAD_THREADS.
libguile/threads.c