This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge perldelta for 5.18, work from past weeks
[perl5.git] / unicode_constants.h
index 487b82c..19f3acd 100644 (file)
@@ -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 */