diff options
Diffstat (limited to 'loslib.c')
-rw-r--r-- | loslib.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: loslib.c,v 1.41 2013/05/14 15:57:11 roberto Exp roberto $ | 2 | ** $Id: loslib.c,v 1.42 2014/02/26 15:27:56 roberto Exp roberto $ |
3 | ** Standard Operating System library | 3 | ** Standard Operating System library |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -29,8 +29,8 @@ | |||
29 | #define LUA_STRFTIMEOPTIONS { "aAbBcdHIjmMpSUwWxXyYz%", "" } | 29 | #define LUA_STRFTIMEOPTIONS { "aAbBcdHIjmMpSUwWxXyYz%", "" } |
30 | #else | 30 | #else |
31 | #define LUA_STRFTIMEOPTIONS \ | 31 | #define LUA_STRFTIMEOPTIONS \ |
32 | { "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%", "" \ | 32 | { "aAbBcCdDeFgGhHIjmMnprRStTuUVwWxXyYzZ%", "", \ |
33 | "", "E", "cCxXyY", \ | 33 | "E", "cCxXyY", \ |
34 | "O", "deHImMSuUVwWy" } | 34 | "O", "deHImMSuUVwWy" } |
35 | #endif | 35 | #endif |
36 | 36 | ||