Add array reference typemaps which are needed since the pointer reference typemaps were committed in the last checkin

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10364 626c5289-ae23-0410-ae9c-e8d60b6d4f22
diff --git a/Lib/lua/luatypemaps.swg b/Lib/lua/luatypemaps.swg
index 60955fc..f1ece20 100644
--- a/Lib/lua/luatypemaps.swg
+++ b/Lib/lua/luatypemaps.swg
@@ -343,6 +343,9 @@
  *                          Others
  * ----------------------------------------------------------------------------- */
 
+// Array reference typemaps
+%apply SWIGTYPE & { SWIGTYPE ((&)[ANY]) }
+
 // size_t (which is just a unsigned long)
 %apply unsigned long { size_t };
 %apply const unsigned long & { const size_t & };