diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-03-02 20:53:04 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-03-08 10:19:17 -0700 |
commit | 050166318aca495d181c53df119efab77ddad029 (patch) | |
tree | 3ebe64ad5f45f0b3331664524c84687a0cb3ff92 /unicode_constants.h | |
parent | 1dfa4f529a4cb0bb101513bad440ca3ef7b553d8 (diff) | |
download | perl-050166318aca495d181c53df119efab77ddad029.tar.gz |
regen/unicode_constants.pl: Change #define name
This was added in the 5.17 series so there's no code relying on its
current name. I think that the abbreviation is clearer.
Diffstat (limited to 'unicode_constants.h')
-rw-r--r-- | unicode_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode_constants.h b/unicode_constants.h index 487b82c26d..19f3acd33f 100644 --- a/unicode_constants.h +++ b/unicode_constants.h @@ -32,7 +32,7 @@ #define HYPHEN_UTF8 "\xE2\x80\x90" /* U+2010 */ #define FIRST_SURROGATE_UTF8_FIRST_BYTE 0xED /* U+D800 */ -#define DELETE_NATIVE 0x7F /* U+007F */ +#define DEL_NATIVE 0x7F /* U+007F */ #define LATIN_SMALL_LETTER_SHARP_S_NATIVE 0xDF /* U+00DF */ #define LATIN_SMALL_LETTER_A_WITH_RING_ABOVE_NATIVE 0xE5 /* U+00E5 */ #define LATIN_CAPITAL_LETTER_A_WITH_RING_ABOVE_NATIVE 0xC5 /* U+00C5 */ |