1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

(SCM_I_GSC_USE_COOP_THREADS, SCM_USE_COOP_THREADS): Removed.

This commit is contained in:
Marius Vollmer 2005-03-02 19:58:26 +00:00
parent 731294434a
commit 657bdfeae3
2 changed files with 0 additions and 5 deletions

View file

@ -378,10 +378,6 @@ main (int argc, char *argv[])
pf ("#define SCM_USE_NULL_THREADS %d /* 0 or 1 */\n",
SCM_I_GSC_USE_NULL_THREADS);
pf ("/* FIXME: what is this used for now? */\n");
pf ("#define SCM_USE_COOP_THREADS %d /* 0 or 1 */\n",
SCM_I_GSC_USE_COOP_THREADS);
#if USE_DLL_IMPORT
pf ("\n");
pf ("/* Define some additional CPP macros on Win32 platforms. */\n");

View file

@ -28,7 +28,6 @@
#define SCM_I_GSC_T_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
#define SCM_I_GSC_USE_PTHREAD_THREADS @SCM_I_GSC_USE_PTHREAD_THREADS@
#define SCM_I_GSC_USE_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
#define SCM_I_GSC_USE_COOP_THREADS @SCM_I_GSC_USE_COOP_THREADS@
/*
Local Variables: