Skip to content
Snippets Groups Projects
Commit 8b59cb1f authored by Luigi Scarso's avatar Luigi Scarso
Browse files

Fixed ffi.h for OSX on arm64

parent e9951e9d
No related branches found
No related tags found
No related merge requests found
2025-02-19 Luigi Scarso <luigi.scarso@gmail.com>
* Fixed ffi.h for OSX on arm64
2025-02-10 Luigi Scarso <luigi.scarso@gmail.com>
* Updated \tracinglostchars. 4: early warning (and force terminal); >4: early error.
2025-02-09 Luigi Scarso <luigi.scarso@gmail.com>
* fixed shell-escape bypass (thanks to tex@maxchernoff.ca)
* Add token.unchecked_put_next, support setting the environment
......
......@@ -125,7 +125,7 @@ struct jit;
/* See ffi.c: replace luaopen_ffi with a stub */
/* if FFI_ENABLE_LUATEX_INTERFACE is not defined */
#if (defined ARCH_X86 || defined ARCH_X64) && (defined OS_CE || defined OS_WIN || defined OS_LINUX || defined OS_BSD || defined OS_POSIX || defined OS_OSX) || ( defined ARCH_ARM64 && (defined OS_LINUX ||defined OS_POSIX ))
#if (defined ARCH_X86 || defined ARCH_X64) && (defined OS_CE || defined OS_WIN || defined OS_LINUX || defined OS_BSD || defined OS_POSIX || defined OS_OSX) || ( defined ARCH_ARM64 && (defined OS_LINUX ||defined OS_POSIX || defined OS_OSX))
#define FFI_ENABLE_LUATEX_INTERFACE
#endif
/* for the moment */
......
#ifndef luatex_svn_revision_h
#define luatex_svn_revision_h
#define luatex_svn_revision 7666
#define luatex_svn_revision 7667
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment