Parent Directory
|
Revision Log
|
Patch
| Revision 1.4 by sysadm, Tue Nov 4 14:58:55 2025 UTC | Revision 1.5 by sysadm, Wed Nov 5 01:50:32 2025 UTC | |
|---|---|---|
| # | Line 12 | Line 12 |
| 12 | #include "section_list.h" | #include "section_list.h" |
| 13 | #include <stdint.h> | #include <stdint.h> |
| 14 | ||
| 15 | #define MAX_FAVOR_AID_BASE_CNT 10000 | enum article_favor_constant_t |
| 16 | #define MAX_FAVOR_AID_INC_CNT 1000 | { |
| 17 | MAX_FAVOR_AID_BASE_CNT = 10000, | |
| 18 | MAX_FAVOR_AID_INC_CNT = 1000, | |
| 19 | }; | |
| 20 | ||
| 21 | struct article_favor_t | struct article_favor_t |
| 22 | { | { |
|
||||||||
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |