mirror of
https://github.com/lua/lua.git
synced 2025-07-05 15:39:38 +00:00
detail
This commit is contained in:
parent
80b4753539
commit
8998032f66
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
** $Id: luaconf.h,v 1.90 2007/06/22 16:59:11 roberto Exp roberto $
|
** $Id: luaconf.h,v 1.91 2007/08/30 16:13:13 roberto Exp roberto $
|
||||||
** Configuration file for Lua
|
** Configuration file for Lua
|
||||||
** See Copyright Notice in lua.h
|
** See Copyright Notice in lua.h
|
||||||
*/
|
*/
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
** CHANGE it (define it) if you want Lua to avoid the use of any
|
** CHANGE it (define it) if you want Lua to avoid the use of any
|
||||||
** non-ansi feature or library.
|
** non-ansi feature or library.
|
||||||
*/
|
*/
|
||||||
#if defined(__STRICT_ANSI__)
|
#if !defined(LUA_ANSI) && defined(__STRICT_ANSI__)
|
||||||
#define LUA_ANSI
|
#define LUA_ANSI
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue