diff options
Diffstat (limited to 'module/lua/lauxlib.c')
-rw-r--r-- | module/lua/lauxlib.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/lauxlib.c b/module/lua/lauxlib.c index 1e0356e7c..6c5a69a31 100644 --- a/module/lua/lauxlib.c +++ b/module/lua/lauxlib.c @@ -1,4 +1,3 @@ -/* BEGIN CSTYLED */ /* ** $Id: lauxlib.c,v 1.248.1.1 2013/04/12 18:48:47 roberto Exp $ ** Auxiliary functions for building Lua libraries @@ -797,4 +796,3 @@ EXPORT_SYMBOL(luaL_newmetatable); EXPORT_SYMBOL(luaL_traceback); #endif -/* END CSTYLED */ |