nxstyle: ignore mixed-case identifiers for Lua types
This commit is contained in:
parent
8391ad2721
commit
2c450be9e8
@ -203,6 +203,8 @@ static const char *g_white_prefix[] =
|
||||
"ub32", /* Ref: include/fixedmath.h */
|
||||
"ASCII_", /* Ref: include/nuttx/ascii.h */
|
||||
"XK_", /* Ref: include/input/X11_keysymdef.h */
|
||||
"lua_", /* Ref: apps/interpreters/lua/lua-5.x.x/src/lua.h */
|
||||
"luaL_", /* Ref: apps/interpreters/lua/lua-5.x.x/src/lauxlib.h */
|
||||
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user