summaryrefslogtreecommitdiff
path: root/utf8.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-03-17 17:44:16 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-03-17 17:44:16 +0000
commitd742c382eed38a7010c93d369ad6896d826c21d6 (patch)
tree1335117a4c19316510dfc6f57f1f626fe80063b9 /utf8.h
parent73d6d5898f99c77c19a56e8934a3f0d8ab9918b8 (diff)
downloadperl-d742c382eed38a7010c93d369ad6896d826c21d6.tar.gz
Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
p4raw-id: //depot/perlio@9184
Diffstat (limited to 'utf8.h')
-rw-r--r--utf8.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.h b/utf8.h
index 5c920c97d9..67b3d53487 100644
--- a/utf8.h
+++ b/utf8.h
@@ -154,3 +154,4 @@ END_EXTERN_C
#define ASCII_TO_NEED(enc,ch) (ch)
#endif
+#define UTF8_IS_INVARIANT(c) UTF8_IS_ASCII(c)