diff options
| author | 2021-09-19 14:18:49 -0500 | |
|---|---|---|
| committer | 2021-09-19 14:19:32 -0500 | |
| commit | 6c58347916623228836eb6dbf3c6ec69c5e9f002 (patch) | |
| tree | 3e465224c19be5f2904ef4405eeb72a13168d959 /src/include/janet.h | |
| parent | Add (number combinator to peg). (diff) | |
Remove thread module.
Instead, use the more general and non-blocing `ev/` module.
Diffstat (limited to 'src/include/janet.h')
| -rw-r--r-- | src/include/janet.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/janet.h b/src/include/janet.h index a718efae..6d4c9a8b 100644 --- a/src/include/janet.h +++ b/src/include/janet.h @@ -144,11 +144,6 @@ extern "C" { #define JANET_NO_UTC_MKTIME #endif -/* Check thread library */ -#ifndef JANET_NO_THREADS -#define JANET_THREADS -#endif - /* Define how global janet state is declared */ /* Also enable the thread library only if not single-threaded */ #ifdef JANET_SINGLE_THREADED |
