Adding upstream version 1.2.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
403c1e4421
commit
d56373904c
9 changed files with 27 additions and 23 deletions
|
@ -20,6 +20,4 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "core/compat.hh"
|
||||
#include "core/compat.h"
|
||||
|
|
|
@ -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;")
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue