summaryrefslogtreecommitdiff
path: root/dev-scheme/stklos/files/stklos-2.00-threads.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/stklos/files/stklos-2.00-threads.patch')
-rw-r--r--dev-scheme/stklos/files/stklos-2.00-threads.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-scheme/stklos/files/stklos-2.00-threads.patch b/dev-scheme/stklos/files/stklos-2.00-threads.patch
deleted file mode 100644
index 0a32bc5de7d8..000000000000
--- a/dev-scheme/stklos/files/stklos-2.00-threads.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- a/src/stklos.h
-+++ b/src/stklos.h
-@@ -46,15 +46,15 @@
- #include <memory.h>
- #include <locale.h>
- #include <stdint.h>
--#ifndef THEADS_NONE
-+
-+#include "stklosconf.h"
-+#include "extraconf.h"
-+#ifndef THREADS_NONE
- # include <pthread.h>
- # define GC_THREADS 1
- # define _REENTRANT 1
- #endif
-
--#include "stklosconf.h"
--#include "extraconf.h"
--
- /* To debug the GC uncomment the following line */
- /* #define GC_DEBUG 1 */
-