mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
(SCM_I_GSC_USE_COOP_THREADS, SCM_USE_COOP_THREADS): Removed.
This commit is contained in:
parent
731294434a
commit
657bdfeae3
2 changed files with 0 additions and 5 deletions
|
@ -378,10 +378,6 @@ main (int argc, char *argv[])
|
||||||
pf ("#define SCM_USE_NULL_THREADS %d /* 0 or 1 */\n",
|
pf ("#define SCM_USE_NULL_THREADS %d /* 0 or 1 */\n",
|
||||||
SCM_I_GSC_USE_NULL_THREADS);
|
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
|
#if USE_DLL_IMPORT
|
||||||
pf ("\n");
|
pf ("\n");
|
||||||
pf ("/* Define some additional CPP macros on Win32 platforms. */\n");
|
pf ("/* Define some additional CPP macros on Win32 platforms. */\n");
|
||||||
|
|
|
@ -28,7 +28,6 @@
|
||||||
#define SCM_I_GSC_T_PTRDIFF @SCM_I_GSC_T_PTRDIFF@
|
#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_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_NULL_THREADS @SCM_I_GSC_USE_NULL_THREADS@
|
||||||
#define SCM_I_GSC_USE_COOP_THREADS @SCM_I_GSC_USE_COOP_THREADS@
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Local Variables:
|
Local Variables:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue