summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2018-02-22 12:11:26 +0000
committerDavid Mitchell <davem@iabyn.com>2018-03-02 13:36:42 +0000
commit50333c9768fa52a79ec159c7a43b40948291861e (patch)
tree91ea2b71a71fc106a9f7c5751c27c6f830ef59ff /perly.h
parentae09f008e4b03a4215db8e3151cfb0ee5f20f004 (diff)
downloadperl-50333c9768fa52a79ec159c7a43b40948291861e.tar.gz
add Perl_init_named_cv() functiom
This moves a block of code out from perly.y into its own function, because it will shortly be needed in more than one place. Should be no functional changes.
Diffstat (limited to 'perly.h')
-rw-r--r--perly.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.h b/perly.h
index d5841af302..105ae7bdf0 100644
--- a/perly.h
+++ b/perly.h
@@ -181,6 +181,6 @@ int yyparse (void);
/* Generated from:
- * c85e1793baa49bfdf6f1329f04fd8b57a616cfc2f5dce01702d3d727f6511157 perly.y
+ * 6a23ac9b6bc07e4913adb8e36056ee0e94cb60bf9c02fe1b851c6087c47517bb perly.y
* b6fae5748f9bef6db4740aa5e122b84ac5181852d42474d0ecad621fa4253306 regen_perly.pl
* ex: set ro: */