From 7829504193e18f04795cfb983bba4b994ca6971a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 22 Oct 2013 09:17:10 +0000 Subject: main/pllua: upgrade to 1.0 --- main/pllua/9.3-int2.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 main/pllua/9.3-int2.patch (limited to 'main/pllua/9.3-int2.patch') diff --git a/main/pllua/9.3-int2.patch b/main/pllua/9.3-int2.patch new file mode 100644 index 0000000000..46b9782db9 --- /dev/null +++ b/main/pllua/9.3-int2.patch @@ -0,0 +1,13 @@ +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; -- cgit v1.2.3