mirror of
https://github.com/janet-lang/janet
synced 2024-11-24 17:27:18 +00:00
Remove externeous typedarray defines in janet.h
This commit is contained in:
parent
2040709585
commit
ab974c409d
@ -172,11 +172,6 @@ extern "C" {
|
|||||||
#define JANET_PEG
|
#define JANET_PEG
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Enable or disable the typedarray module */
|
|
||||||
#ifndef JANET_NO_TYPED_ARRAY
|
|
||||||
#define JANET_TYPED_ARRAY
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Enable or disable event loop */
|
/* Enable or disable event loop */
|
||||||
#if !defined(JANET_NO_EV) && !defined(__EMSCRIPTEN__)
|
#if !defined(JANET_NO_EV) && !defined(__EMSCRIPTEN__)
|
||||||
#define JANET_EV
|
#define JANET_EV
|
||||||
|
Loading…
Reference in New Issue
Block a user