diff options
Diffstat (limited to 'module/lua/lgc.c')
-rw-r--r-- | module/lua/lgc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/module/lua/lgc.c b/module/lua/lgc.c index 227ad723a..6fbff16b8 100644 --- a/module/lua/lgc.c +++ b/module/lua/lgc.c @@ -1,4 +1,3 @@ -/* BEGIN CSTYLED */ /* ** $Id: lgc.c,v 2.140.1.3 2014/09/01 16:55:08 roberto Exp $ ** Garbage Collector @@ -1215,4 +1214,3 @@ void luaC_fullgc (lua_State *L, int isemergency) { } /* }====================================================== */ -/* END CSTYLED */ |