1
0
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:
Benjamin Roberts 2025-03-18 10:54:18 -04:00
parent 88984f7ffb
commit e8cccfced5
No known key found for this signature in database

View File

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