summaryrefslogtreecommitdiff
path: root/miniperlmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'miniperlmain.c')
-rw-r--r--miniperlmain.c16
1 files changed, 7 insertions, 9 deletions
diff --git a/miniperlmain.c b/miniperlmain.c
index 2fd590c895..7b96e482fa 100644
--- a/miniperlmain.c
+++ b/miniperlmain.c
@@ -1,3 +1,9 @@
+/* -*- buffer-read-only: t -*-
+ !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
+ This file is built by regen/miniperlmain.pl and ExtUtils::Miniperl.
+ Any changes made here will be lost!
+ */
+
/* miniperlmain.c
*
* Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 2003,
@@ -159,12 +165,4 @@ xs_init(pTHX)
PERL_UNUSED_CONTEXT;
}
-/*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
- * ex: set ts=8 sts=4 sw=4 et:
- */
+/* ex: set ro: */