Avoid defining the same global between perl and re.pm
authorTony Cook <tony@develop-help.com>
Sun, 19 Feb 2012 10:55:50 +0000 (21:55 +1100)
committerTony Cook <tony@develop-help.com>
Sun, 19 Feb 2012 23:31:14 +0000 (10:31 +1100)
commit370b8f2f82c087e5659f68c3d8b8bb963d23a63f
treed90f955f85e91eda6296ea8d7896a2ee4fd58c50
parentef8da350e66b3a4c221f69d7c048f5781dfe1f56
Avoid defining the same global between perl and re.pm

This caused -Uusedl builds to fail due to the duplicate symbol.

A more complex fix can be expected after 5.16.
regcomp.c