Adding upstream version 1.2.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-09 08:32:48 +01:00
parent 403c1e4421
commit d56373904c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 27 additions and 23 deletions

View file

@ -20,6 +20,4 @@
#include "config.h"
#include <stdint.h>
#include "core/compat.hh"
#include "core/compat.h"

View file

@ -27,7 +27,6 @@ code, err = pcall(function()
]]
end)
if code then
print("#include <unistd.h>")
print("typedef ssize_t luajit_ssize_t;")
else
print("typedef long luajit_ssize_t;")

View file

@ -23,6 +23,6 @@
#define DNSJIT_MAJOR_VERSION 1
#define DNSJIT_MINOR_VERSION 2
#define DNSJIT_PATCH_VERSION 1
#define DNSJIT_PATCH_VERSION 2
#endif