Remove externeous typedarray defines in janet.h

This commit is contained in:
Calvin Rose 2021-05-31 09:23:45 -05:00
parent 2040709585
commit ab974c409d
1 changed files with 0 additions and 5 deletions

View File

@ -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