luaa: rename luaA_deprecate()

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-14 13:44:47 +01:00
parent d7784697cb
commit b465fd7d2b
1 changed files with 1 additions and 1 deletions

2
luaa.h
View File

@ -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)