X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/a10122de085ddf5c8bec6fc12c7164ad1dc1459c..e928fcf7d9a4e777d18e8624af21c68d8496057d:/regexp.c diff --git a/regexp.c b/regexp.c index 24c40e3..500c597 100644 --- a/regexp.c +++ b/regexp.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: regexp.c,v 1.1 2002/08/11 12:58:09 mdw Exp $ + * $Id: regexp.c,v 1.2 2004/04/08 01:36:19 mdw Exp $ * * Matches regular expressions * @@ -26,18 +26,6 @@ * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: regexp.c,v $ - * Revision 1.1 2002/08/11 12:58:09 mdw - * Added support for regular expression matching, if supported by the C - * library. - * - * Revision 1.1 2001/02/04 17:14:42 mdw - * Initial checkin - * - */ - /*----- Header files ------------------------------------------------------*/ #ifdef HAVE_CONFIG_H