1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
akr 2008-09-04 11:31:37 +00:00
parent b53f7a1cbf
commit 0031967d20
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
Thu Sep 4 20:30:24 2008 Tanaka Akira <akr@fsij.org>
* transcode_data.h (PType): defined unconditionaly.
* transcode.c (PType): don't define here.
Thu Sep 4 20:19:36 2008 Tanaka Akira <akr@fsij.org>
* io.c: variables renamed for consistency.

View file

@ -11,7 +11,6 @@
#include "ruby/ruby.h"
#include "ruby/encoding.h"
#define PType (int)
#include "transcode_data.h"
#include <ctype.h>

View file

@ -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 */