@@ -80,7 +80,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