diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 09:17:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-22 09:19:45 +0000 |
commit | 7829504193e18f04795cfb983bba4b994ca6971a (patch) | |
tree | 7a076949064776d38bd2669a7bc95c3d8d08aba8 /main/pllua/9.3-int2.patch | |
parent | 7a62b3143c0e4e4e3471f66c698e3bd48ca73e7b (diff) | |
download | aports-7829504193e18f04795cfb983bba4b994ca6971a.tar.bz2 aports-7829504193e18f04795cfb983bba4b994ca6971a.tar.xz |
main/pllua: upgrade to 1.0
Diffstat (limited to 'main/pllua/9.3-int2.patch')
-rw-r--r-- | main/pllua/9.3-int2.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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; |