diff options
| author | Mike Pall <mike> | 2026-02-13 14:24:23 +0100 |
|---|---|---|
| committer | Mike Pall <mike> | 2026-02-13 14:24:23 +0100 |
| commit | 26fd1a7d6770b2237240a071e6f01132877a2425 (patch) | |
| tree | 8e38f77c0aca93861951011dcee15185dac283bb /src | |
| parent | 233ad24035944ece5367157e824e8357df3417d9 (diff) | |
| parent | 5db4b03aeaf0f72eb817b468461b896466f820fd (diff) | |
| download | luajit-26fd1a7d6770b2237240a071e6f01132877a2425.tar.gz luajit-26fd1a7d6770b2237240a071e6f01132877a2425.tar.bz2 luajit-26fd1a7d6770b2237240a071e6f01132877a2425.zip | |
Merge branch 'master' into v2.1
Diffstat (limited to 'src')
| -rw-r--r-- | src/lj_clib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lj_clib.c b/src/lj_clib.c index 4e345058..283b6e42 100644 --- a/src/lj_clib.c +++ b/src/lj_clib.c | |||
| @@ -81,7 +81,7 @@ static const char *clib_extname(lua_State *L, const char *name) | |||
| 81 | /* Check for a recognized ld script line. */ | 81 | /* Check for a recognized ld script line. */ |
| 82 | static const char *clib_check_lds(lua_State *L, const char *buf) | 82 | static const char *clib_check_lds(lua_State *L, const char *buf) |
| 83 | { | 83 | { |
| 84 | char *p, *e; | 84 | const char *p, *e; |
| 85 | if ((!strncmp(buf, "GROUP", 5) || !strncmp(buf, "INPUT", 5)) && | 85 | if ((!strncmp(buf, "GROUP", 5) || !strncmp(buf, "INPUT", 5)) && |
| 86 | (p = strchr(buf, '('))) { | 86 | (p = strchr(buf, '('))) { |
| 87 | while (*++p == ' ') ; | 87 | while (*++p == ' ') ; |
