diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-07 07:10:52 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-07 07:10:52 +0000 |
commit | a27f85b3b5aa22c0f009ddabe35728717aaebf3d (patch) | |
tree | 147c75d0424877da963b4c0f779d3a3a3840540b /pp_proto.h | |
parent | af8c498a3c5921fd79e24d6a33b8c04cc35f453b (diff) | |
download | perl-a27f85b3b5aa22c0f009ddabe35728717aaebf3d.tar.gz |
add do-not-edit caveats for files generated by opcode.pl
(suggested by Hugo van der Sanden)
p4raw-id: //depot/perl@3633
Diffstat (limited to 'pp_proto.h')
-rw-r--r-- | pp_proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pp_proto.h b/pp_proto.h index 7f253d7162..efac700dd8 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -1,3 +1,8 @@ +/* !!!!!!! DO NOT EDIT THIS FILE !!!!!!! + This file is built by opcode.pl from its data. Any changes made here + will be lost! +*/ + PERL_CKDEF(Perl_ck_anoncode) PERL_CKDEF(Perl_ck_bitop) PERL_CKDEF(Perl_ck_concat) |