summaryrefslogtreecommitdiffstats
path: root/transcode_data.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 08:27:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 08:27:19 +0000
commit162e84d970f5b152ac2127fe1a4dad596c9fe9f2 (patch)
treefe9690afd89caee8c38db7cc1ec466ffd17d296a /transcode_data.h
parent46d4991a331e68d6b3c1292b12ed9e4896c07c65 (diff)
downloadruby-162e84d970f5b152ac2127fe1a4dad596c9fe9f2.tar.gz
ruby-162e84d970f5b152ac2127fe1a4dad596c9fe9f2.tar.xz
ruby-162e84d970f5b152ac2127fe1a4dad596c9fe9f2.zip
* parse.y, transcode_data.h, transcode.c: change "illegal" to
"invalid" in a context which doesn' t against a law. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode_data.h')
-rw-r--r--transcode_data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcode_data.h b/transcode_data.h
index add954ef7..862e37eae 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -32,7 +32,7 @@ typedef struct byte_lookup {
#define TWObt (0x03) /* two bytes payload */
#define THREEbt (0x05) /* three bytes payload */
#define FOURbt (0x06) /* four bytes payload, UTF-8 only, macros start at getBT0 */
-#define ILLEGAL (PType 0x07) /* illegal byte sequence */
+#define INVALID (PType 0x07) /* invalid byte sequence */
#define UNDEF (PType 0x09) /* legal but undefined */
#define ZERObt (PType 0x0A) /* zero bytes of payload, i.e. remove */