summaryrefslogtreecommitdiff
path: root/unicode_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'unicode_constants.h')
-rw-r--r--unicode_constants.h2
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 */