mirror of https://github.com/rusefi/lua.git
comment
This commit is contained in:
parent
136f8e148d
commit
43f13729a2
4
loslib.c
4
loslib.c
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: loslib.c,v 1.33 2011/01/26 16:30:02 roberto Exp roberto $
|
** $Id: loslib.c,v 1.34 2011/03/03 16:34:46 roberto Exp roberto $
|
||||||
** Standard Operating System library
|
** Standard Operating System library
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** list of valid conversion specifiers @* for the 'strftime' function
|
** list of valid conversion specifiers for the 'strftime' function
|
||||||
*/
|
*/
|
||||||
#if !defined(LUA_STRFTIMEOPTIONS)
|
#if !defined(LUA_STRFTIMEOPTIONS)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue