1
0
mirror of https://github.com/janet-lang/janet synced 2025-04-11 01:36:38 +00:00

Merge pull request #1572 from tsujamin/janet-ffi-define-fix

Remove janet_lib_ffi() dependency on JANET_EV
This commit is contained in:
Calvin Rose 2025-03-18 19:12:44 -07:00 committed by GitHub
commit a5b8da8d67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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