Expunge revision histories in files.
[anag] / regexp.c
index 24c40e3..500c597 100644 (file)
--- 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
  *
  * 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