util.pposix: Replace the unwieldy module table generation with luaL_register() call...
authorMatthew Wild <mwild1@gmail.com>
Sun, 10 Jan 2010 22:43:28 +0000 (22:43 +0000)
committerMatthew Wild <mwild1@gmail.com>
Sun, 10 Jan 2010 22:43:28 +0000 (22:43 +0000)
commit9a42b61e1f6522baf13a72f10d4c9fc24d1325f1
tree6a7778bb41899950aaf07b02b2eeac99b62e8cb2
parent184d6a376b305e9488180d2c07ace18805351be1
util.pposix: Replace the unwieldy module table generation with luaL_register() call - side effect - it now sets the pposix global to the module table
util-src/pposix.c