summaryrefslogtreecommitdiff
path: root/hv.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-01-22 14:15:58 +0000
committerNicholas Clark <nick@ccl4.org>2005-01-22 14:15:58 +0000
commitaf3babe40f275e6db9af8c90e109cc84e4f526b3 (patch)
treee52e138e50662a2366cf29b81c36f664a452ebf8 /hv.c
parent58c0bd94527e85a170cb69f8389719d71e427ee9 (diff)
downloadperl-af3babe40f275e6db9af8c90e109cc84e4f526b3.tar.gz
Update copyright years and add editor blocks
p4raw-id: //depot/perl@23861
Diffstat (limited to 'hv.c')
-rw-r--r--hv.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/hv.c b/hv.c
index e35e38bd0d..8270c97dd2 100644
--- a/hv.c
+++ b/hv.c
@@ -1,7 +1,7 @@
/* hv.c
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 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.
@@ -2237,3 +2237,13 @@ Perl_hv_assert(pTHX_ HV *hv)
HvRITER(hv) = riter; /* Restore hash iterator state */
HvEITER(hv) = eiter;
}
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: shiftwidth=4:
+*/