aboutsummaryrefslogtreecommitdiff
path: root/lstrlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstrlib.c')
-rw-r--r--lstrlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lstrlib.c b/lstrlib.c
index ccecd311..656953b8 100644
--- a/lstrlib.c
+++ b/lstrlib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstrlib.c,v 1.164 2011/02/07 19:15:24 roberto Exp roberto $ 2** $Id: lstrlib.c,v 1.165 2011/03/18 19:02:33 roberto Exp roberto $
3** Standard library for string operations and pattern-matching 3** Standard library for string operations and pattern-matching
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -743,7 +743,7 @@ static int str_gsub (lua_State *L) {
743** the previous length 743** the previous length
744*/ 744*/
745#if !defined(LUA_INTFRMLEN) /* { */ 745#if !defined(LUA_INTFRMLEN) /* { */
746#if defined(LUA_USELONGLONG) 746#if defined(LUA_USE_LONGLONG)
747 747
748#define LUA_INTFRMLEN "ll" 748#define LUA_INTFRMLEN "ll"
749#define LUA_INTFRM_T long long 749#define LUA_INTFRM_T long long