diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-05 15:16:15 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2025-01-05 15:16:15 +1100 |
commit | 9bc12f5f97f6774e6eeeb3ef577e026cc8d03357 (patch) | |
tree | 7b2909e6869cf1dff081e114e9693c8736b1480e /source/extern/lua/lfunc.c | |
parent | 41f0b9001f60c59691ec04d937e6a9ef424794f1 (diff) |
Lua 5.3.6
Diffstat (limited to 'source/extern/lua/lfunc.c')
-rw-r--r-- | source/extern/lua/lfunc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/extern/lua/lfunc.c b/source/extern/lua/lfunc.c index 67967da..ccafbb8 100644 --- a/source/extern/lua/lfunc.c +++ b/source/extern/lua/lfunc.c @@ -1,5 +1,5 @@ /* -** $Id: lfunc.c,v 2.45 2014/11/02 19:19:04 roberto Exp $ +** $Id: lfunc.c,v 2.45.1.1 2017/04/19 17:39:34 roberto Exp $ ** Auxiliary functions to manipulate prototypes and closures ** See Copyright Notice in lua.h */ |