aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/include/janet.h
diff options
context:
space:
mode:
authorCalvin Rose <crose@gmail.com>2021-05-31 09:23:45 -0500
committerCalvin Rose <crose@gmail.com>2021-05-31 09:23:45 -0500
commitab974c409de70bfc0923c04ae9c748ea7a61d3f6 (patch)
treeb7440a9b3419264395863502710117e7fd4779f1 /src/include/janet.h
parentRe-add `make docs`. (diff)
Remove externeous typedarray defines in janet.h
Diffstat (limited to 'src/include/janet.h')
-rw-r--r--src/include/janet.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/janet.h b/src/include/janet.h
index 1319a28d..80bfb736 100644
--- a/src/include/janet.h
+++ b/src/include/janet.h
@@ -172,11 +172,6 @@ extern "C" {
#define JANET_PEG
#endif
-/* Enable or disable the typedarray module */
-#ifndef JANET_NO_TYPED_ARRAY
-#define JANET_TYPED_ARRAY
-#endif
-
/* Enable or disable event loop */
#if !defined(JANET_NO_EV) && !defined(__EMSCRIPTEN__)
#define JANET_EV