luaa: rename luaA_deprecate()
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
d7784697cb
commit
b465fd7d2b
2
luaa.h
2
luaa.h
|
@ -35,7 +35,7 @@
|
||||||
/** Type for Lua function */
|
/** Type for Lua function */
|
||||||
typedef int luaA_ref;
|
typedef int luaA_ref;
|
||||||
|
|
||||||
#define deprecate(L, repl) \
|
#define luaA_deprecate(L, repl) \
|
||||||
luaA_warn(L, "%s: This function is deprecated and will be removed, see %s", \
|
luaA_warn(L, "%s: This function is deprecated and will be removed, see %s", \
|
||||||
__FUNCTION__, repl)
|
__FUNCTION__, repl)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue