Thierry FOURNIER 4dc7197338 BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword
This patch change the names prefixing it by a "_". So "end" becomes "_end".
The backward compatibility with names without the prefix "_" is assured.
In other way, another the keyword "end" can be used like this: Map['end'].

Thanks Robin H. Johnson for the bug repport

This should be backported in version 1.6 and 1.7
2017-01-30 20:29:10 +01:00
..
2006-06-15 21:48:13 +02:00
2016-11-29 07:29:57 +01:00
2016-11-25 16:58:52 +01:00
2006-06-15 21:48:13 +02:00