lunarmodules/lua-compat-5.3

lprefix.h fails with compilation error

Closed this issue · 1 comments

Hello, we are getting below error in our builds:

In file included from liolib.c:10:0:
lprefix.h:202:9: error: missing ')' in expression
 #  elif (defined(_MSC_VER)

it seems it is because of this line missing a closing parenthesis:

# elif (defined(_MSC_VER)

#58 fixed this issue