]> git.vpit.fr Git - perl/modules/Sub-Op.git/blobdiff - sub_op.h
Rename the "len" member of the sub_op_config_t struct to "namelen"
[perl/modules/Sub-Op.git] / sub_op.h
index 20733c1888dbfb2f463fdcdb99deb4f8ab0078be..77c899fcc4ac71c2a1fec859d86cf93a0ef6233d 100644 (file)
--- a/sub_op.h
+++ b/sub_op.h
@@ -8,7 +8,7 @@ typedef OP *(*sub_op_check_t)(pTHX_ OP *, void *);
 
 typedef struct {
  const char    *name;
- STRLEN         len;
+ STRLEN         namelen;
  Perl_ppaddr_t  pp;
  sub_op_check_t check;
  void          *ud;