From f7e3d3266d17243c5ff03ec4aa7b2e1a457623ae Mon Sep 17 00:00:00 2001 From: Florian Ragwitz Date: Sat, 11 Sep 2010 16:22:45 +0200 Subject: Shorten external symbol name for VMS VMS seems to have a 31 character limitation for external symbols. To be able to fit into that, rename 'coerce_qwlist_to_paren_list' to 'munge_qwlist_to_paren_list'. --- perly.act | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perly.act') diff --git a/perly.act b/perly.act index 9f052706e7..0211497c35 100644 --- a/perly.act +++ b/perly.act @@ -1631,7 +1631,7 @@ case 2: case 212: #line 1371 "perly.y" - { coerce_qwlist_to_paren_list((ps[(1) - (1)].val.opval)); ;} + { munge_qwlist_to_paren_list((ps[(1) - (1)].val.opval)); ;} break; case 213: -- cgit v1.2.1