summaryrefslogtreecommitdiff
path: root/perly.tab
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-12-10 22:16:11 +0000
committerPaul Evans <leonerd@leonerd.org.uk>2022-12-14 12:10:44 +0000
commitdb91d049e0db8300915cd78a2abb8dd9407e90c6 (patch)
treeae56c8616998d016a96c5457823257347e41cc32 /perly.tab
parent1829598c6e4e29da89d73624e461aaffd983fde3 (diff)
downloadperl-db91d049e0db8300915cd78a2abb8dd9407e90c6.tar.gz
Token type `pval` should be a void * pointer
The `pval` field of the token type union is currently only used in one place; storing the result of the infix operator plugin. Its use here stores a structure pointer, not a string. The union should define this field as a `void *` and not a `char *`. In addition we should not attempt to debug print it as a string because its value is not valid as one.
Diffstat (limited to 'perly.tab')
-rw-r--r--perly.tab2
1 files changed, 1 insertions, 1 deletions
diff --git a/perly.tab b/perly.tab
index 01b90afedd..fa22eea783 100644
--- a/perly.tab
+++ b/perly.tab
@@ -1222,6 +1222,6 @@ static const toketypes yy_type_tab[] =
};
/* Generated from:
- * 21f50be92bd623859b76b35d4165bcd0fbe33785929bfc0a6a522d266e86de40 perly.y
+ * d159cbbb0bfd3916708be07894588433a9434f9ade8adce98532533a9ea86747 perly.y
* acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl
* ex: set ro: */