X-Git-Url: https://git.distorted.org.uk/~mdw/anag/blobdiff_plain/fd2edfa6df57ea12b2a23b87a2c1a3d38022e6a5..345f33ea7a273e3196075b07fcc0bc28714793a5:/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