summaryrefslogtreecommitdiff
path: root/perly.h
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-20 11:15:29 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-20 11:15:29 +0000
commit63031dafabc5d083e95e183670b541c828379c76 (patch)
tree97ed783b9091b2b1b8391d5aec301b4237f85cd7 /perly.h
parent7bf061987421c117ea5f8db9475ff899f75b9098 (diff)
downloadperl-63031dafabc5d083e95e183670b541c828379c76.tar.gz
Fix leaks in label strings allocation in COPs
p4raw-id: //depot/perl@29601
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 73dc4b842c..f442416599 100644
--- a/perly.h
+++ b/perly.h
@@ -203,7 +203,7 @@ typedef union YYSTYPE
TOKEN* tkval;
#endif
}
-/* Line 1529 of yacc.c. */
+/* Line 1489 of yacc.c. */
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1