summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-06 22:08:20 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-06 22:08:20 +0000
commit3f2908ecc3b758f2588e5612843e5a1177751c9c (patch)
treed706daf38f6de3d9f106bcb2011d18b119432103 /op.h
parentad639bfb68f3fce4864d833950ed2ff9dd1cb28d (diff)
downloadperl-3f2908ecc3b758f2588e5612843e5a1177751c9c.tar.gz
Add editor block.
p4raw-id: //depot/perl@30858
Diffstat (limited to 'op.h')
-rw-r--r--op.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/op.h b/op.h
index f99cd3bd0a..36a1687b92 100644
--- a/op.h
+++ b/op.h
@@ -700,3 +700,13 @@ struct token {
* _ whitespace/comments preceding anything else
* ~ =~ operator
*/
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */