mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* tool/enc-unicode.rb: get rid of lots of warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e0a7c207ff
commit
b238a3f3fd
6 changed files with 8 additions and 1 deletions
|
@ -34,6 +34,7 @@ error "gperf generated tables don't work with this execution character set. Plea
|
|||
#endif
|
||||
|
||||
|
||||
#define long size_t
|
||||
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
|
|
|
@ -34,6 +34,7 @@ error "gperf generated tables don't work with this execution character set. Plea
|
|||
#endif
|
||||
|
||||
|
||||
#define long size_t
|
||||
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%{
|
||||
#define long size_t
|
||||
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
/* 'Any': - */
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
%{
|
||||
#define long size_t
|
||||
|
||||
#ifdef USE_UNICODE_PROPERTIES
|
||||
/* 'Any': - */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue