这是src/vars.h该位置的代码:
extern struct commands cmdlist[]; /* main menu command list */
extern jmp_buf byebye; /* Used for exception condition like I/O error */
extern struct commands xyzlist[]; /* These are command lists for all the */
extern struct commands talklist[]; /* sub-menus */
extern struct commands maillist[];
extern struct commands dellist[];
extern struct commands maintlist[];
报错的行是几个数组的位置。我的代码是smth 1.2的,不知道有何问题。之前没研究过源代码,惭愧。。。
【 在 jiangjun2000@newsmth.net-SPAM.no (%d) 的大作中提到: 】
: 你就看看src/vars.h的50行附近呗
--
FROM 202.121.105.*