瀏覽代碼

removal of weird construction in definition of LUA_STRFTIMEOPTIONS
(two empty strings concatenated as in "" "")

Roberto Ierusalimschy 11 年之前
父節點
當前提交
986c11daa6
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      loslib.c

+ 3 - 3
loslib.c

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: loslib.c,v 1.41 2013/05/14 15:57:11 roberto Exp roberto $
+** $Id: loslib.c,v 1.42 2014/02/26 15:27:56 roberto Exp roberto $
 ** Standard Operating System library
 ** Standard Operating System library
 ** See Copyright Notice in lua.h
 ** See Copyright Notice in lua.h
 */
 */
@@ -29,8 +29,8 @@
 #define LUA_STRFTIMEOPTIONS	{ "aAbBcdHIjmMpSUwWxXyYz%", "" }
 #define LUA_STRFTIMEOPTIONS	{ "aAbBcdHIjmMpSUwWxXyYz%", "" }
 #else
 #else
 #define LUA_STRFTIMEOPTIONS \
 #define LUA_STRFTIMEOPTIONS \
-	{ "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%", "" \
-	  "", "E", "cCxXyY",  \
+	{ "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%", "", \
+	  "E", "cCxXyY",  \
 	  "O", "deHImMSuUVwWy" }
 	  "O", "deHImMSuUVwWy" }
 #endif
 #endif