LUA_OK is 5.2

This commit is contained in:
Remi Collet
2013-10-24 08:17:43 +02:00
parent bef3b82b47
commit 4c8fff9af5

View File

@@ -24,6 +24,11 @@
#include "lauxlib.h"
#include "lualib.h"
/* LUA_OK is defined sinc 5.2 */
#ifndef LUA_OK
#define LUA_OK 0
#define
extern zend_module_entry lua_module_entry;
#define phpext_lua_ptr &lua_module_entry