Cosmetic changes to code.

This commit is contained in:
Birunthan Mohanathas
2011-02-03 18:09:24 +00:00
parent 3af4e14a4a
commit bf79f44e96
43 changed files with 62 additions and 62 deletions

View File

@ -1,7 +1,7 @@
// Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#include "..\Version.h"
#include "../Version.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////

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.