cvsfix
My cvs tree had the correct code. When I did a cvs update it didn't pull anything down. When I deleted the include/extern.h file from my cvs tree, and did an update with the "get the clean copy" switch, it pulled down an extern.h that was indeed missing the prototype. In all cases my local cvs reported that it was 1.130. I applied the prototype change to the cvs copy, did a cvs diff to ensure nothing else was out of sync and re-committed.
This commit is contained in:
@@ -2263,7 +2263,7 @@ E void FDECL(skill_init, (const struct def_skill *));
|
||||
|
||||
E void FDECL(were_change, (struct monst *));
|
||||
E void FDECL(new_were, (struct monst *));
|
||||
E boolean FDECL(were_summon, (struct permonst *,BOOLEAN_P));
|
||||
E int FDECL(were_summon, (struct permonst *,BOOLEAN_P,int *));
|
||||
E void NDECL(you_were);
|
||||
E void FDECL(you_unwere, (BOOLEAN_P));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user