(intmatch): Assumes that struct size is a multiple of sizeof(int), out

of laziness.  The assumption is true on any sane machine, due to
alignment constraints.  But the function doesn't provide enough value
to make me fix or document this.  Remove it.
(lookup): Replace it.
This commit is contained in:
Markus Armbruster 2005-10-29 07:15:14 +00:00
parent b8e2f4a92a
commit 747d1333cc
3 changed files with 11 additions and 30 deletions

View file

@ -529,7 +529,6 @@ extern void msl_sel(struct emp_qelem *, coord, coord, natid, int,
extern int msl_launch_mindam(struct emp_qelem *, coord, coord, int,
int, int, s_char *, int, int);
/* mtch.c */
extern int intmatch(register int, register int *, int);
extern int comtch(register s_char *, struct cmndstr *, int, int);
/* natarg.c */
extern int natarg(s_char *, s_char *);