troubleshotting the backtrace code

This commit is contained in:
2025-09-06 01:32:41 +09:00
parent d8113efc28
commit 36a10b382c
3 changed files with 28 additions and 25 deletions

View File

@ -314,7 +314,7 @@ static HAK_INLINE int is_ident_char (hak_ooci_t c)
#define GET_CHAR_TO(hak,c) \
do { \
if (get_char(hak) <= -1) return -1; \
c =(hak)->c->lxc.c; \
c = (hak)->c->lxc.c; \
} while (0)