diff options
author | V3n3RiX <venerix@koprulu.sector> | 2025-01-18 06:41:56 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2025-01-18 06:41:56 +0000 |
commit | 5046e96fa41cb320765bdf30253b2a98c27fe94d (patch) | |
tree | 008f8b783fae6f3e251250214a372278cd973c53 /dev-scheme/stklos/files/stklos-2.00-threads.patch | |
parent | 6d730aa8064fbab6cc54447b6ed0e60b99c13256 (diff) |
Diffstat (limited to 'dev-scheme/stklos/files/stklos-2.00-threads.patch')
-rw-r--r-- | dev-scheme/stklos/files/stklos-2.00-threads.patch | 22 |
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 */ - |