From b238a3f3fdb575749121f35bbf37bfc1baed050c Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 13 Oct 2010 14:16:49 +0000 Subject: * 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 --- enc/unicode/name2ctype.h | 1 + enc/unicode/name2ctype.h.blt | 1 + enc/unicode/name2ctype.kwd | 1 + enc/unicode/name2ctype.src | 1 + 4 files changed, 4 insertions(+) (limited to 'enc/unicode') diff --git a/enc/unicode/name2ctype.h b/enc/unicode/name2ctype.h index 2248b8f7cb..df6f02e826 100644 --- a/enc/unicode/name2ctype.h +++ b/enc/unicode/name2ctype.h @@ -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 diff --git a/enc/unicode/name2ctype.h.blt b/enc/unicode/name2ctype.h.blt index 2248b8f7cb..df6f02e826 100644 --- a/enc/unicode/name2ctype.h.blt +++ b/enc/unicode/name2ctype.h.blt @@ -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 diff --git a/enc/unicode/name2ctype.kwd b/enc/unicode/name2ctype.kwd index ff136177ca..f4341722fd 100644 --- a/enc/unicode/name2ctype.kwd +++ b/enc/unicode/name2ctype.kwd @@ -1,4 +1,5 @@ %{ +#define long size_t #ifdef USE_UNICODE_PROPERTIES /* 'Any': - */ diff --git a/enc/unicode/name2ctype.src b/enc/unicode/name2ctype.src index ff136177ca..f4341722fd 100644 --- a/enc/unicode/name2ctype.src +++ b/enc/unicode/name2ctype.src @@ -1,4 +1,5 @@ %{ +#define long size_t #ifdef USE_UNICODE_PROPERTIES /* 'Any': - */ -- cgit v1.2.3