Script: Replaced ReadString/ReadNumber with GetOption/GetNumberOption.

This commit is contained in:
Birunthan Mohanathas
2012-03-11 09:59:48 +00:00
parent db05adaf2b
commit 63c42fe3a5
4 changed files with 50 additions and 56 deletions

View File

@ -333,7 +333,7 @@
** CHANGE it to undefined as soon as your programs use only '...' to
** access vararg parameters (instead of the old 'arg' table).
*/
#undef LUA_COMPAT_VARARG
#define LUA_COMPAT_VARARG
/*
@@ LUA_COMPAT_MOD controls compatibility with old math.mod function.