1
0
mirror of https://github.com/lua/lua.git synced 2025-01-28 06:03:00 +08:00

spaces -> tabs in #defines

This commit is contained in:
Roberto Ierusalimschy 2012-05-23 12:37:09 -03:00
parent 8e7149f496
commit 054c20cd5b
5 changed files with 31 additions and 30 deletions

View File

@ -1,5 +1,5 @@
/* /*
** $Id: loslib.c,v 1.37 2011/11/29 17:15:42 roberto Exp roberto $ ** $Id: loslib.c,v 1.38 2011/11/30 12:35:05 roberto Exp roberto $
** Standard Operating System library ** Standard Operating System library
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */
@ -28,8 +28,9 @@
#if !defined(LUA_USE_POSIX) #if !defined(LUA_USE_POSIX)
#define LUA_STRFTIMEOPTIONS { "aAbBcdHIjmMpSUwWxXyYz%", "" } #define LUA_STRFTIMEOPTIONS { "aAbBcdHIjmMpSUwWxXyYz%", "" }
#else #else
#define LUA_STRFTIMEOPTIONS { "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%", "", \ #define LUA_STRFTIMEOPTIONS \
"E", "cCxXyY", \ { "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%", "" \
"", "E", "cCxXyY", \
"O", "deHImMSuUVwWy" } "O", "deHImMSuUVwWy" }
#endif #endif

View File

@ -1,5 +1,5 @@
/* /*
** $Id: lstate.c,v 2.95 2012/05/22 17:32:25 roberto Exp roberto $ ** $Id: lstate.c,v 2.96 2012/05/22 17:50:39 roberto Exp roberto $
** Global State ** Global State
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */

View File

@ -1,5 +1,5 @@
/* /*
** $Id: lstrlib.c,v 1.174 2012/04/03 19:06:19 roberto Exp roberto $ ** $Id: lstrlib.c,v 1.175 2012/04/20 13:16:48 roberto Exp roberto $
** Standard library for string operations and pattern-matching ** Standard library for string operations and pattern-matching
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */

View File

@ -1,5 +1,5 @@
/* /*
** $Id: ltable.c,v 2.69 2012/01/25 21:05:40 roberto Exp roberto $ ** $Id: ltable.c,v 2.70 2012/02/01 21:57:15 roberto Exp roberto $
** Lua tables (hash) ** Lua tables (hash)
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */

2
lua.c
View File

@ -1,5 +1,5 @@
/* /*
** $Id: lua.c,v 1.203 2011/12/12 16:34:03 roberto Exp roberto $ ** $Id: lua.c,v 1.204 2012/04/20 17:05:17 roberto Exp roberto $
** Lua stand-alone interpreter ** Lua stand-alone interpreter
** See Copyright Notice in lua.h ** See Copyright Notice in lua.h
*/ */