summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-09-29 10:27:55 +0100
committerNicholas Clark <nick@ccl4.org>2010-09-29 10:27:55 +0100
commitb2ba7ad626a9a3573d6063c74360c80680a8d1c3 (patch)
tree992319ef38c1b17a468cac4b8418360aaf6e02ff
parentbeeff29301079de9cd229594dcf83d005aa1e321 (diff)
downloadperl-b2ba7ad626a9a3573d6063c74360c80680a8d1c3.tar.gz
Change embed.fnc's vi modeline comment from /* */ to :
This means that it isn't (needlessly) copied into proto.h
-rw-r--r--embed.fnc4
-rw-r--r--proto.h3
2 files changed, 1 insertions, 6 deletions
diff --git a/embed.fnc b/embed.fnc
index fd6ec22458..def0c36cd7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2369,6 +2369,4 @@ Aanop |CLONE_PARAMS *|clone_params_new|NN PerlInterpreter *const from \
|NN PerlInterpreter *const to
Anop |void |clone_params_del|NN CLONE_PARAMS *param
#endif
-/*
- * ex: set ts=8 sts=4 sw=4 noet:
- */
+: ex: set ts=8 sts=4 sw=4 noet:
diff --git a/proto.h b/proto.h
index 1c19ce40a6..6f1127a859 100644
--- a/proto.h
+++ b/proto.h
@@ -6794,9 +6794,6 @@ PERL_CALLCONV void Perl_clone_params_del(CLONE_PARAMS *param)
assert(param)
#endif
-/*
- * ex: set ts=8 sts=4 sw=4 noet:
- */
PERL_CALLCONV OP * Perl_ck_anoncode(pTHX_ OP *o)
__attribute__warn_unused_result__
__attribute__nonnull__(pTHX_1);