(stmtch, mineq): Document. Move declaration from prototypes.h to
match.h. Use plain char instead of s_char. The code has several thousand type errors due to s_char vs plain char; s_char must go. (stmtch): Rewrite for clarity.
This commit is contained in:
parent
520baaf867
commit
844b654d44
3 changed files with 31 additions and 21 deletions
|
@ -174,8 +174,7 @@ extern void snxtsct_all(struct nstr_sect *);
|
|||
extern void snxtsct_rewind(struct nstr_sect *);
|
||||
extern void snxtsct_dist(register struct nstr_sect *, coord, coord, int);
|
||||
/* stmtch.c */
|
||||
extern int stmtch(register s_char *, s_char *, int, int);
|
||||
extern int mineq(register s_char *, register s_char *);
|
||||
/* in match.h */
|
||||
/* type.c */
|
||||
extern int typematch(s_char *, int);
|
||||
/* vlist.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue