]> git.pond.sub.org Git - empserver/commit
(intmatch): Assumes that struct size is a multiple of sizeof(int), out
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 29 Oct 2005 07:15:14 +0000 (07:15 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 29 Oct 2005 07:15:14 +0000 (07:15 +0000)
commit747d1333cc6fb668d8a6105e3b30f46e81378e28
tree7746b072d14b8819a6c76953be1de11247af4d84
parentb8e2f4a92af072c2ae167c46b68b6df62fb26993
(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.
include/prototypes.h
src/lib/subs/mtch.c
src/lib/subs/show.c