Add editor block.
Nicholas Clark [Fri, 6 Apr 2007 22:08:20 +0000 (22:08 +0000)]
p4raw-id: //depot/perl@30858

op.h

diff --git a/op.h b/op.h
index f99cd3b..36a1687 100644 (file)
--- 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:
+ */