diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-18 17:02:07 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2010-09-18 17:02:07 +0100 |
commit | ce42d03d549aedff33424c67625ee77a38a290a4 (patch) | |
tree | cd6cff3d40b627e7cd4545b342bb1955806b97cb /embed.fnc | |
parent | 11316e54383879db619ecf78f4356410e4cbe4a7 (diff) | |
download | perl-ce42d03d549aedff33424c67625ee77a38a290a4.tar.gz |
Silence compiler warnings
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2391,7 +2391,7 @@ ApoM |const char *|fetch_cop_label|NN COP *const cop \ |NULLOK STRLEN *len|NULLOK U32 *flags : Only used in op.c xpoM |void|store_cop_label \ - |NN COP *cop|NN const char *label|STRLEN len|U32 flags + |NN COP *const cop|NN const char *label|STRLEN len|U32 flags xpo |int |keyword_plugin_standard|NN char* keyword_ptr|STRLEN keyword_len|NN OP** op_ptr : Used in perly.y |