summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-13 14:05:08 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-13 14:05:08 +0000
commit241d1a3bc2de8fb12dfbcb48afd9660bc9218a12 (patch)
treefc5a9e4f74a530750cd790347250207d3b4d16a8 /regcomp.c
parentbd7017d37d1ea75ed228b98d66032e165497283f (diff)
downloadperl-241d1a3bc2de8fb12dfbcb48afd9660bc9218a12.tar.gz
Update copyright years. Add an editor block while passing by.
p4raw-id: //depot/perl@23789
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 6b34346fd9..a2959a3a99 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -80,7 +80,7 @@
**** Alterations to Henry's code are...
****
**** Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- **** 2000, 2001, 2002, 2003, by Larry Wall and others
+ **** 2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
****
**** You may distribute under the terms of either the GNU General Public
**** License or the Artistic License, as specified in the README file.
@@ -5150,3 +5150,12 @@ clear_re(pTHX_ void *r)
ReREFCNT_dec((regexp *)r);
}
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+*/