diff options
Diffstat (limited to 'tccelf.c')
| -rw-r--r-- | tccelf.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1868,7 +1868,8 @@ static int ld_next(TCCState *s1, char *name, int name_size) case '/': minp(); if (ch == '*') { - parse_comment(); + file->buf_ptr = parse_comment(file->buf_ptr); + ch = file->buf_ptr[0]; goto redo; } else { q = name; |
