summaryrefslogtreecommitdiff
path: root/transcode_data.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 11:31:37 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-04 11:31:37 +0000
commit0031967d2012896b7e86548a661cd0e1b3b52fa5 (patch)
treefdd0d26ee8273a523379197d35846f1a2787cf9d /transcode_data.h
parentb53f7a1cbf5ddac058163eea9d1c34b93a474601 (diff)
* transcode_data.h (PType): defined unconditionaly.
* transcode.c (PType): don't define here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'transcode_data.h')
-rw-r--r--transcode_data.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/transcode_data.h b/transcode_data.h
index bf1b6df8e9..ee30fe7faa 100644
--- a/transcode_data.h
+++ b/transcode_data.h
@@ -20,10 +20,7 @@
#define BYTE_LOOKUP_BASE(bl) ((bl)[0])
#define BYTE_LOOKUP_INFO(bl) ((bl)[1])
-#ifndef PType
-/* data file needs to treat this as a pointer, to remove warnings */
#define PType (unsigned int)
-#endif
#define NOMAP (PType 0x01) /* single byte direct map */
#define ONEbt (0x02) /* one byte payload */