diff options
author | Karl Williamson <khw@cpan.org> | 2016-03-27 21:39:28 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-05-09 08:21:41 -0600 |
commit | fe427a6378fe383fb343e07edbe0afaf4c9a18e0 (patch) | |
tree | fe90ba184792b50051bcb70d9a7c80676bbb83f3 /regcharclass.h | |
parent | b82bf1ab2e741cae81b915e189d77e2325bc6b80 (diff) | |
download | perl-fe427a6378fe383fb343e07edbe0afaf4c9a18e0.tar.gz |
mktables: Don't destroy a data structure too soon.
It can happen that one table depends on another table for its
contents. This adds a crude mechanism to prevent the depended-upon
table from being destroyed prematurely. So far this has only shown up
during debugging, but it could have happened generally.
Diffstat (limited to 'regcharclass.h')
-rw-r--r-- | regcharclass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regcharclass.h b/regcharclass.h index f399d039ac..08f3dbf71b 100644 --- a/regcharclass.h +++ b/regcharclass.h @@ -1895,7 +1895,7 @@ * 1a0687fb9c6c4567e853913549df0944fe40821279a3e9cdaa6ab8679bc286fd lib/unicore/extracted/DLineBreak.txt * 40bcfed3ca727c19e1331f6c33806231d5f7eeeabd2e6a9e06a3740c85d0c250 lib/unicore/extracted/DNumType.txt * a18d502bad39d527ac5586d7bc93e29f565859e3bcc24ada627eff606d6f5fed lib/unicore/extracted/DNumValues.txt - * b2f25082bf2c632b3aa17e17fa480a068ad560868ddd51aebc281143b68ea1aa lib/unicore/mktables + * a054c7cdbdc57cf0a8ffb16b0b4944800df23fd6d76fc3c46ba58c5d2b38baf0 lib/unicore/mktables * 462c9aaa608fb2014cd9649af1c5c009485c60b9c8b15b89401fdc10cf6161c6 lib/unicore/version * 913d2f93f3cb6cdf1664db888bf840bc4eb074eef824e082fceda24a9445e60c regen/charset_translations.pl * d9c04ac46bdd81bb3e26519f2b8eb6242cb12337205add3f7cf092b0c58dccc4 regen/regcharclass.pl |