aboutsummaryrefslogtreecommitdiff
path: root/loslib.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-06-20 13:50:59 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-06-20 13:50:59 -0300
commit43f13729a24f187c291135aa60cdeb9d9be89251 (patch)
tree350038600103b245ce45af487bdc6cccb87558db /loslib.c
parent136f8e148d6e69ed058e220fea758a8cfa4fbd38 (diff)
downloadlua-43f13729a24f187c291135aa60cdeb9d9be89251.tar.gz
lua-43f13729a24f187c291135aa60cdeb9d9be89251.tar.bz2
lua-43f13729a24f187c291135aa60cdeb9d9be89251.zip
comment
Diffstat (limited to 'loslib.c')
-rw-r--r--loslib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loslib.c b/loslib.c
index fc7f5459..bda2657d 100644
--- a/loslib.c
+++ b/loslib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: loslib.c,v 1.33 2011/01/26 16:30:02 roberto Exp roberto $ 2** $Id: loslib.c,v 1.34 2011/03/03 16:34:46 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*/
@@ -21,7 +21,7 @@
21 21
22 22
23/* 23/*
24** list of valid conversion specifiers @* for the 'strftime' function 24** list of valid conversion specifiers for the 'strftime' function
25*/ 25*/
26#if !defined(LUA_STRFTIMEOPTIONS) 26#if !defined(LUA_STRFTIMEOPTIONS)
27 27