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 --- tool/enc-unicode.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'tool/enc-unicode.rb') diff --git a/tool/enc-unicode.rb b/tool/enc-unicode.rb index b7f5bb57e7..351d40ed84 100755 --- a/tool/enc-unicode.rb +++ b/tool/enc-unicode.rb @@ -205,6 +205,7 @@ end # Write Data puts '%{' +puts '#define long size_t' props, data = parse_unicode_data(get_file('UnicodeData.txt')) print "\n#ifdef USE_UNICODE_PROPERTIES" props.each do |name| -- cgit v1.2.1