mirror of
https://github.com/janet-lang/janet
synced 2025-04-10 09:16:38 +00:00
Remove janet_lib_ffi() dependency on JANET_EV
This commit is contained in:
parent
88984f7ffb
commit
e8cccfced5
@ -205,9 +205,9 @@ int janet_make_pipe(JanetHandle handles[2], int mode);
|
||||
#ifdef JANET_FILEWATCH
|
||||
void janet_lib_filewatch(JanetTable *env);
|
||||
#endif
|
||||
#endif
|
||||
#ifdef JANET_FFI
|
||||
void janet_lib_ffi(JanetTable *env);
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user