summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-06 23:35:15 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-09-15 22:44:58 -0700
commit73f3e22850d9df38d36bbb15f00ded7dcce63f27 (patch)
tree116c39f147455858e09a704f7d39e6400c33c848 /perly.h
parent4ab466d9a0c010c94b6aec7b9569c75ded3acfb4 (diff)
downloadperl-73f3e22850d9df38d36bbb15f00ded7dcce63f27.tar.gz
Look up state subs in the pad
This commit does just enough to get things compiling. The padcv op is still unimplemented (in fact, converting the padany to a padcv is still not done), so you can’t actually run the code yet. Bareword lookup in yylex now produces PRIVATEREF tokens for state subs, so the grammar has been adjusted to accept a ‘subname’ in sub calls (PRIVATEREF or WORD) where previously only a WORD was permitted.
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 63133c79a9..1758c4127e 100644
--- a/perly.h
+++ b/perly.h
@@ -268,6 +268,6 @@ typedef union YYSTYPE
/* Generated from:
- * a216aadb9729f2e06283be0b4e7f08adc1209abb0bb9b50c453be450c6104a81 perly.y
+ * 46a0f37bedef614c67088ca538be1a60acad74ce92b27d0244bd16b23eb7fd8d perly.y
* 4a3ced51fe6585f6ec59e65e1ffd74bc976c498b0e6992eaab337219fee72e51 regen_perly.pl
* ex: set ro: */