aboutsummaryrefslogtreecommitdiff
path: root/src/libjin-lua/common/je_lua_port.h
blob: 8e99ca47a73586ff6fac22e8f8717a98499df011 (plain)
1
2
3
4
5
6
7
8
#ifndef __JE_LUA_PORT_H
#define __JE_LUA_PORT_H

#define LUA_PORT extern 
#define LUA_IMPLEMENT static
#define LUA_EXPORT 

#endif