diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2024-07-24 05:22:51 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2024-07-24 05:22:51 +0000 |
commit | d8033c2921ebbbb862757beb69349067cab8725c (patch) | |
tree | 9c87bc0826ea752b5b35db64ce5a495dcba444ca /Build/source/texk | |
parent | 579a0365f639f51ccab28717b025a3d6d95a6a3b (diff) |
Updated luaffi comment (in progress).
git-svn-id: svn://tug.org/texlive/trunk@71885 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luaffi/README | 2 | ||||
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luaffi/ffi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luaffi/README b/Build/source/texk/web2c/luatexdir/luaffi/README index bff350f6f64..745ed379b96 100644 --- a/Build/source/texk/web2c/luatexdir/luaffi/README +++ b/Build/source/texk/web2c/luatexdir/luaffi/README @@ -12,7 +12,7 @@ The ffi module is available for: The ARM processor is currently not supported. There are subtle differences between this module and the one in luajitTeX -and we hope to be in sync around TeXLive 2018. +and we hope to be in sync around TeXLive 2025. Different OS can have different interfaces, for instance OS_WIN has not 'complex.h'. If you want portable code, stick to the most common concepts. diff --git a/Build/source/texk/web2c/luatexdir/luaffi/ffi.c b/Build/source/texk/web2c/luatexdir/luaffi/ffi.c index 6d3c197e48e..cbd57c260ea 100644 --- a/Build/source/texk/web2c/luatexdir/luaffi/ffi.c +++ b/Build/source/texk/web2c/luatexdir/luaffi/ffi.c @@ -3576,7 +3576,7 @@ int luaopen_ffi(lua_State *L) "\n" "The ARM processor is currently not supported. There are subtle\n" "differences between this module and the one in luajitTeX \n" -"and we hope to be in sync around TeXLive 2022.\n" +"and we hope to be in sync around TeXLive 2025.\n" "Different OS can have different interfaces,\n" "for instance OS_WIN has not 'complex.h'. If you want portable\n" "code, stick to the most common concepts.\n" |