--- lbbs/include/str_process.h 2025/11/04 14:58:55 1.14 +++ lbbs/include/str_process.h 2025/11/05 04:19:21 1.15 @@ -11,7 +11,10 @@ #include -#define MAX_SPLIT_FILE_LINES 65536 +enum str_process_constant_t +{ + MAX_SPLIT_FILE_LINES = 65536, +}; extern int str_length(const char *str, int skip_ctrl_seq);