summaryrefslogtreecommitdiff
path: root/makedef.pl
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 /makedef.pl
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 'makedef.pl')
0 files changed, 0 insertions, 0 deletions