Merge branch 'master' into v2.1
This commit is contained in:
@@ -81,7 +81,7 @@ static const char *clib_extname(lua_State *L, const char *name)
|
||||
/* Check for a recognized ld script line. */
|
||||
static const char *clib_check_lds(lua_State *L, const char *buf)
|
||||
{
|
||||
char *p, *e;
|
||||
const char *p, *e;
|
||||
if ((!strncmp(buf, "GROUP", 5) || !strncmp(buf, "INPUT", 5)) &&
|
||||
(p = strchr(buf, '('))) {
|
||||
while (*++p == ' ') ;
|
||||
|
||||
Reference in New Issue
Block a user