summaryrefslogtreecommitdiffstats
path: root/main/pllua/9.3-int2.patch
blob: 46b9782db99c1b82a86b9313676eac7638e36f94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;