diff options
Diffstat (limited to 'main/pllua/9.3-int2.patch')
-rw-r--r-- | main/pllua/9.3-int2.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/main/pllua/9.3-int2.patch b/main/pllua/9.3-int2.patch deleted file mode 100644 index 46b9782db9..0000000000 --- a/main/pllua/9.3-int2.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/plluaapi.c b/plluaapi.c -index f24cd0c..3e3513d 100644 ---- a/plluaapi.c -+++ b/plluaapi.c -@@ -38,7 +38,7 @@ typedef struct luaP_Info { - /* extended type info */ - typedef struct luaP_Typeinfo { - int oid; -- int2 len; -+ int16 len; - char type; - char align; - bool byval; |