X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/c088671a6a6d980bd7329c9f36ccb438f6ddfafe..e928fcf7d9a4e777d18e8624af21c68d8496057d:/trackword.c diff --git a/trackword.c b/trackword.c index 55e0710..8d85745 100644 --- a/trackword.c +++ b/trackword.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: trackword.c,v 1.3 2001/02/07 09:08:44 mdw Exp $ + * $Id: trackword.c,v 1.4 2004/04/08 01:36:19 mdw Exp $ * * Matches trackwords * @@ -26,21 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: trackword.c,v $ - * Revision 1.3 2001/02/07 09:08:44 mdw - * Optimize the graph by removing edges to non-matching cells. Make all of - * the graph links be contiguous so the main loop can give up earlier. - * - * Revision 1.2 2001/02/04 19:52:53 mdw - * Remove debugging. - * - * Revision 1.1 2001/02/04 17:14:42 mdw - * Initial checkin - * - */ - /*----- Header files ------------------------------------------------------*/ #include "anag.h"