--- lbbs/include/article_view_log.h 2025/11/04 14:58:55 1.6 +++ lbbs/include/article_view_log.h 2025/11/05 01:50:32 1.7 @@ -11,7 +11,10 @@ #include -#define MAX_VIEWED_AID_INC_CNT 1000 +enum article_view_log_constant_t +{ + MAX_VIEWED_AID_INC_CNT = 1000, +}; struct article_view_log_t {