aboutsummaryrefslogtreecommitdiff
path: root/c-api/compat-5.3.c
diff options
context:
space:
mode:
authorThe Phantom Derpstorm <phdofthehouse@gmail.com>2017-09-13 01:23:06 -0400
committerGitHub <noreply@github.com>2017-09-13 01:23:06 -0400
commit73a7b6b352cce72edd74f62abb3d1280e62bfc1f (patch)
tree1427a6d2d5dfc0a0ea67600ff8f40270859c0911 /c-api/compat-5.3.c
parent6065d10a731f0dbd056d0c95ec43b7ccdb76c7b2 (diff)
downloadlua-compat-5.3-73a7b6b352cce72edd74f62abb3d1280e62bfc1f.tar.gz
lua-compat-5.3-73a7b6b352cce72edd74f62abb3d1280e62bfc1f.tar.bz2
lua-compat-5.3-73a7b6b352cce72edd74f62abb3d1280e62bfc1f.zip
fix usage of tabs
Diffstat (limited to 'c-api/compat-5.3.c')
-rw-r--r--c-api/compat-5.3.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/c-api/compat-5.3.c b/c-api/compat-5.3.c
index 9723d25..9d63b5d 100644
--- a/c-api/compat-5.3.c
+++ b/c-api/compat-5.3.c
@@ -530,11 +530,11 @@ COMPAT53_API int luaL_loadfilex (lua_State *L, const char *filename, const char
530 else { 530 else {
531 lua_pushfstring(L, "@%s", filename); 531 lua_pushfstring(L, "@%s", filename);
532#if defined(_MSC_VER) 532#if defined(_MSC_VER)
533 /* this code is here to stop a deprecation error that 533 /* this code is here to stop a deprecation error that
534 * stops builds if a certain macro is defined 534 * stops builds if a certain macro is defined
535 * while normally not caring would be best, some 535 * while normally not caring would be best, some
536 * header-only libraries and builds can't afford 536 * header-only libraries and builds can't afford
537 * to dictate this to the user*/ 537 * to dictate this to the user*/
538 /* a quick check shows that fopen_s this goes back to VS 2005, 538 /* a quick check shows that fopen_s this goes back to VS 2005,
539 * and _fsopen goes back to VS 2003 .NET, possibly even before that 539 * and _fsopen goes back to VS 2003 .NET, possibly even before that
540 * so we don't need to do any version number checks, 540 * so we don't need to do any version number checks,