Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5da9a7b

Browse files
Update luaconf.h
fix compilation error `Error while detecting libraries included`
1 parent 6406afc commit 5da9a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/lua/luaconf.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@
3333
** ensure that all software connected to Lua will be compiled with the
3434
** same configuration.
3535
*/
36-
/* #define LUA_32BITS */
36+
#define LUA_32BITS
3737

3838

3939
/*
4040
@@ LUA_USE_C89 controls the use of non-ISO-C89 features.
4141
** Define it if you want Lua to avoid the use of a few C99 features
4242
** or Windows-specific features on Windows.
4343
*/
44-
/* #define LUA_USE_C89 */
44+
#define LUA_USE_C89
4545

4646

4747
/*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /